Developer Console
Login
Register
Back
How to show datatable in Descending Order
Copy Below Code
View As A Text File
Show Text Only
Show API
Edit Code
<script>$('#example1').DataTable({ "order": [[ 3, "desc" ]]});</script>