DataTable 1.10.18 Selector Change?

DataTable 1.10.18 Selector Change?

jackyw87jackyw87 Posts: 2Questions: 1Answers: 0
edited July 2018 in Free community support

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

  • allanallan Posts: 63,455Questions: 1Answers: 10,465 Site admin
    Answer ✓

    Can you confirm that this is an intentional change?

    No, its a bug :(. See this discussion which covers it and the committed fix.

    Allan

This discussion has been closed.