Defer render - node() returns Api instead of Null, and .nTr always returns null (DT 1.10)

Defer render - node() returns Api instead of Null, and .nTr always returns null (DT 1.10)

RagingTrollRagingTroll Posts: 34Questions: 3Answers: 0
edited February 2014 in Bug reports
I just stumbled upon these two bugs..

when using defer render, and the node of a row isn't rendered yet, calling the .node() should return null, instead of returning the API instance as it currently does.

Here's a test case to see the problem in action..
http://live.datatables.net/IroN/9/edit

Replies

  • allanallan Posts: 61,446Questions: 1Answers: 10,055 Site admin
    Excellent - thanks for spotting that and letting me know. Fixed now: https://github.com/DataTables/DataTablesSrc/commit/856167bc and will be int he 1.10.0-beta.1 release I'm just about to build :-)

    Allan
This discussion has been closed.