mirror of https://github.com/evilhero/mylar
IMP: Allow datatables config to endure long term
IMP: Allow datatables config to endure pas the end of the current session using local storage: table row length, sort column, etc.
This commit is contained in:
parent
14d11de053
commit
617afe08bb
|
@ -136,6 +136,7 @@
|
|||
"search" : ""
|
||||
},
|
||||
"stateSave": true,
|
||||
"stateDuration": 0,
|
||||
"pageLength": 25,
|
||||
"pagingType": "simple_numbers",
|
||||
alphabetSearch: { column:1 }
|
||||
|
@ -163,6 +164,7 @@
|
|||
"search" : ""
|
||||
},
|
||||
"stateSave": true,
|
||||
"stateDuration": 0,
|
||||
"pageLength": 25,
|
||||
"pagingType": "simple_numbers",
|
||||
alphabetSearch: { column: 1 }
|
||||
|
|
Loading…
Reference in New Issue