Answers for "data table order by"

0

data table order by

$(document).ready(function() {
    $('#example').DataTable( {
        "order": [[ 3, "desc" ]]
    } );
} );
Posted by: Guest on October-13-2021

Code answers related to "data table order by"

Browse Popular Code Answers by Language