mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-30 11:38:36 -07:00
Add "First" and "Last" page buttons to datatables
This commit is contained in:
parent
ba6ef4d629
commit
2a764cf190
10 changed files with 10 additions and 10 deletions
|
@ -2,7 +2,7 @@ notification_log_table_options = {
|
|||
"destroy": true,
|
||||
"serverSide": true,
|
||||
"processing": false,
|
||||
"pagingType": "bootstrap",
|
||||
"pagingType": "full_numbers",
|
||||
"order": [ 0, 'desc'],
|
||||
"pageLength": 50,
|
||||
"stateSave": true,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue