fnGetNodes() and bDeferRender

fnGetNodes() and bDeferRender

_jthomas_jthomas Posts: 75Questions: 0Answers: 0
edited June 2011 in DataTables 1.8
Hi Allan,
You have already mentioned that with 1.8 and deferrender set to true , fnGetNodes() will only return a subset of rows. For e.g. I am loading 500 rows through an ajax source with pagination set to 25. fnGetNodes is returning only 25, when I call that from fnInitComplete.

What I am trying to do is to add a column( dynamically to each row to hide and show the details of a record as explained in the example mentioned in the URL
http://www.datatables.net/release-datatables/examples/api/row_details.html.

How can I go about adding that additional data in this particular case? Do we need to capture any other event and when we paginate and add the additional ? Please advise and thanks very much!!!

Regards
Joson
This discussion has been closed.