How can I disable initial sorting but still have sorting enabled?
How can I disable initial sorting but still have sorting enabled?
mirkwood07
Posts: 1Questions: 0Answers: 0
I want my table to be sortable, but I do not want to have the first-pass (initial) sorting happen on the table. The table is large, and a first-pass is just a waste of time since the database is giving back the results in the default sort order anyways.
Is it possible to do this?
Thanks!
Is it possible to do this?
Thanks!
This discussion has been closed.
Replies
I've got the exact same need here.
Have you been able to do it ?
Thanks a lot for your help.
Allan
thanks a lot for your help and your work on the datatables library.