Scroller - DeferRender - Sorting

Scroller - DeferRender - Sorting

SamPontSamPont 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?

Answers

  • kthorngrenkthorngren Posts: 21,305Questions: 26Answers: 4,947

    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

This discussion has been closed.