Disable sort fonctionnalities on the thead of the datatable

Disable sort fonctionnalities on the thead of the datatable

rostopopoffrostopopoff Posts: 2Questions: 0Answers: 0
edited October 2011 in General
I want to disable the sort option on the "thead" of my datatable.
I didn't find any solution.
If you have an idea, it would be helful
Thanks
M

Replies

  • rostopopoffrostopopoff Posts: 2Questions: 0Answers: 0
    I found the solution !!
    For information you just have to use the bsort option
    [code]
    var oTable = $('#example').dataTable( {
    "bSort": false,
    } );
    [/code]
This discussion has been closed.