Answers for "datatable scroll horizontal"

0

datatable scroll horizontal

$(document).ready(function() {
    $('#example').DataTable( {
        "scrollX": true
    } );
} );
Posted by: Guest on August-07-2021

Code answers related to "Javascript"

Browse Popular Code Answers by Language