Add an option for shorter datatable pages
This commit is contained in:
parent
7541f5818c
commit
c524f8cc65
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@ $(function () {
|
||||||
"stateSave": true,
|
"stateSave": true,
|
||||||
"autoWidth": false,
|
"autoWidth": false,
|
||||||
"pagingType": "full_numbers",
|
"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();
|
$('.datatable:not([data-source])').DataTable();
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue