Textarea not reading input
Textarea not reading input
annika.runnerstam@gmail.com
Posts: 2Questions: 1Answers: 0
I don't need editor but I would like to be able to use HTML textarea in my DataTable. It is not possible to read the input value
This discussion has been closed.
Answers
You can try
cell().node()
to get the node then use jQuery to read the value. If this doesn't help please post a link to your page or create a test case showing the issue so we can help debug.https://datatables.net/manual/tech-notes/10#How-to-provide-a-test-case
Kevin
Thanks! I figured out a way using the id selector