Scroller - DeferRender - Sorting
Scroller - DeferRender - Sorting
SamPont
Posts: 1Questions: 1Answers: 0
When using scroller and deferRender, sorting no longer works on initial load or if row is dynamically added through the api, table.row.add({...}).draw(). Yet, if the window is resized the sorting is applied. Is this a bug or should different methods be used?
This discussion has been closed.
Answers
I put together this basic test case for you:
http://live.datatables.net/befayuli/1/edit
I changed the default to order the 2nd column asc. The initial order works. Using a button I can add a row and it is placed in order in the table.
Maybe you can provide a link to your page or to a test case with the issue.
Kevin