ColReorder and bSort set to false
ColReorder and bSort set to false
gawpertron
Posts: 2Questions: 0Answers: 0
This discussion has been closed.
Replies
$(''#table').dataTables({bSort : false, sDom : 'R' // etc...});
// .. then sometime later reinit with different data/columns
$(''#table').dataTables().fnDestroy();
$(''#table').dataTables({bSort : false, sDom : 'R' // etc...});
Can you link us to a test case which shows the problem please.
Allan