Replacement for _fnGetTrNodes ?
Replacement for _fnGetTrNodes ?
idiallo
Posts: 6Questions: 0Answers: 0
Hi,
The _fnGetTrNodes has been removed for 1.10:
https://github.com/DataTables/DataTables/commit/b1b4b58a9a4c93a99a166638f672b3bd080c16b0
It's for instance refered in the doc there: http://datatables.net/development/sorting
I've haven't seen that change in the 1.10 compatibility notes, so I wonder what the replacement function is ?
The _fnGetTrNodes has been removed for 1.10:
https://github.com/DataTables/DataTables/commit/b1b4b58a9a4c93a99a166638f672b3bd080c16b0
It's for instance refered in the doc there: http://datatables.net/development/sorting
I've haven't seen that change in the 1.10 compatibility notes, so I wonder what the replacement function is ?
This discussion has been closed.
Replies
The `rows().nodes()` method will get your the nodes: http://next.datatables.net/reference/api/rows().nodes()
For the sorting, have a look at the updated examples here, which use the new API: http://next.datatables.net/plug-ins/sorting/#Custom-data-source-sorting
Allan