DataTable 1.10.18 Selector Change?
DataTable 1.10.18 Selector Change?
![jackyw87](https://secure.gravatar.com/avatar/e730362b026509113dc5bf85278e3baf/?default=https%3A%2F%2Fvanillicon.com%2Fe730362b026509113dc5bf85278e3baf_200.png&rating=g&size=120)
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