Answers for "data table horizontal scroll"

0

table scroll horizontal

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

Code answers related to "data table horizontal scroll"

Browse Popular Code Answers by Language