I've used the example from the documentation -
$(document).ready(function() {
$('#example').dataTable( {
"order": [[ 3, "desc" ]]
} );
} );
But it still the first column which is being sorted. any idea where I am going wrong?