mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-13 19:54:02 +00:00
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,
|
||||
"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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue