In the new version 1.10 of jQuery DataTables you must use ordering option to disable ordering on the entire table:
$('#example').DataTable({
"ordering": false
});
In the new version 1.10 of jQuery DataTables you must use ordering option to disable ordering on the entire table:
$('#example').DataTable({
"ordering": false
});