Answers for "laravel datatable order latest not working"

PHP
0

order by in datatable laravel

$('#datatable').DataTable({
    "order": [[ 2, "asc" ]] // Order on init. # is the column, starting at 0
});
Posted by: Guest on May-07-2020

Code answers related to "laravel datatable order latest not working"

Browse Popular Code Answers by Language