DataTable 1.10.18 Selector Change?
DataTable 1.10.18 Selector Change?
I just updated from 1.10.16 to 1.10.18, and it seems that the selectors stated here:
https://datatables.net/reference/type/row-selector
does not seem to work with a jQuery object or a node object of a <td> element anymore.
For example:
table.row($(this)).node()
AND table.row(this).node()
returns a null.
It also does not work with node objects.
I have checked the documentation for any changes, but I do not see it. Can you confirm that this is an intentional change?
This question has an accepted answers - jump to answer
Answers
No, its a bug . See this discussion which covers it and the committed fix.
Allan