datatable default show 100

$(document).ready(function() {
$('#example').DataTable( {
"lengthMenu": [[100, "All", 50, 25], [100, "All", 50, 25]],
"pageLength": 50

} );
} );



Leave a Reply