Disable sort fonctionnalities on the thead of the datatable
Disable sort fonctionnalities on the thead of the datatable
![rostopopoff](https://secure.gravatar.com/avatar/5994028667275a952b8afcd2b9ba1e75/?default=https%3A%2F%2Fvanillicon.com%2F5994028667275a952b8afcd2b9ba1e75_200.png&rating=g&size=120)
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
I didn't find any solution.
If you have an idea, it would be helful
Thanks
M
This discussion has been closed.
Replies
For information you just have to use the bsort option
[code]
var oTable = $('#example').dataTable( {
"bSort": false,
} );
[/code]