Add an option for shorter datatable pages

This commit is contained in:
James Mason 2018-06-20 15:17:27 -07:00
parent 78c7b3a870
commit da922ec078
No known key found for this signature in database
GPG key ID: 1B3951886C449023

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();