$(document).ready(function() {
$('#example').DataTable( {
"lengthMenu": [[100, "All", 50, 25], [100, "All", 50, 25]],
"pageLength": 50
} );
} );
$(document).ready(function() {
$('#example').DataTable( {
"lengthMenu": [[100, "All", 50, 25], [100, "All", 50, 25]],
"pageLength": 50
} );
} );
Leave a Reply
You must be logged in to post a comment.