SyntaxFix
Write A Post
Hire A Developer
Questions
In my case I solved the problem by establishing a valid column number when applying the order property inside the script where you configure the data table.
order
var table = $('#mytable').DataTable({ . . . order: [[ 1, "desc" ]],