how to use place holder in textarea input form attributes.
how to use place holder in textarea input form attributes.
This question has an accepted answers - jump to answer
This discussion has been closed.
This question has an accepted answers - jump to answer
Answers
with "select" fields it is slightly different. You don't use "attr" there but you can specify the placeholder just like any other field attribute:
https://editor.datatables.net/reference/field/select
like this for example:
Thanks @rf1234 , you just saved the day.