mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-08-14 02:26:58 -07:00
Give tables unique ids to save state indivdually
This commit is contained in:
parent
fa8c5e0982
commit
464d2a541d
4 changed files with 32 additions and 32 deletions
|
@ -23,7 +23,7 @@ media_info_table_options = {
|
|||
"emptyTable": "No data in table"
|
||||
},
|
||||
"pagingType": "bootstrap",
|
||||
"stateSave": false,
|
||||
"stateSave": true,
|
||||
"processing": false,
|
||||
"serverSide": true,
|
||||
"pageLength": 25,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue