I'm having a problem changing the default sort order on a table.

I'm having a problem changing the default sort order on a table.

caspermanncaspermann Posts: 1Questions: 1Answers: 0

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?

This discussion has been closed.