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:
barbequesauce 2018-10-11 11:52:23 -04:00 committed by evilhero
parent 14d11de053
commit 617afe08bb
1 changed files with 2 additions and 0 deletions

View File

@ -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 }