I wish to show the records using datatables with default ordering based on one of my rows with date & time in descending order. Please help me in editing the jquery stru
I know this is an old thread. but you can basically use "aaSorting"
$('#exemple').DataTable({ "aaSorting": [[3,'desc']], });