Avoid DataTables sorting

Avoid DataTables sorting

jonathanwieseljonathanwiesel Posts: 5Questions: 1Answers: 0
edited October 2013 in DataTables 1.9
I'm having a problem with date sorting.
Since I already build the table "manually" (DOM building) with my desired sorting I would like to avoid DataTables to apply any kind of sorting option, so it will show the order defined by the DOM structure.

Is this possible?

Replies

  • jonathanwieseljonathanwiesel Posts: 5Questions: 1Answers: 0
    My bad, found it here: http://datatables.net/forums/discussion/comment/23875
  • allanallan Posts: 63,381Questions: 1Answers: 10,449 Site admin
    The bSort feature can be used to disable DataTables sorting.

    Allan
This discussion has been closed.