Add an option for shorter datatable pages

This commit is contained in:
James Mason 2018-06-20 15:17:27 -07:00 committed by Henne Vogelsang
parent 7541f5818c
commit c524f8cc65

View file

@ -3,7 +3,7 @@ $(function () {
"stateSave": true,
"autoWidth": false,
"pagingType": "full_numbers",
"lengthMenu": [[25, 50, 100, -1], [25, 50, 100, "All"]],
"lengthMenu": [[10, 25, 50, 100, -1], [10, 25, 50, 100, "All"]],
});
$('.datatable:not([data-source])').DataTable();