This post shows you how to disable sorting in jquery datatable.net
You can easily enable or disable ordering of columns
$('#table').dataTable( {
"ordering": false
} );
Using the configuration above you can remove sorting arrows in datatables.
This post shows you how to disable sorting in jquery datatable.net
You can easily enable or disable ordering of columns
$('#table').dataTable( {
"ordering": false
} );
Using the configuration above you can remove sorting arrows in datatables.