0
Q:

datatable lengthmenu

$(document).ready(function() {
    $('#example').DataTable( {
        "lengthMenu": [[10, 25, 50, -1], [10, 25, 50, "All"]]
    } );
} );
2
lengthMenu: [[10, 25, 50, 100, -1], [10, 25, 50, 100, "All"]],
1

New to Communities?

Join the community