I use this query
var t =$(“#lecturer”).DataTable({
“bsort”:false,
“order”: [[ 0, “desc” ]]
});
i can’t able to disable alphabetic order i need some suggestion how to remove alphabetic order…
I use this query
var t =$(“#lecturer”).DataTable({
“bsort”:false,
“order”: [[ 0, “desc” ]]
});
i can’t able to disable alphabetic order i need some suggestion how to remove alphabetic order…
Try to set “order”:
Super it’s working fine thank you liontas76
This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.