Set datatables save state duration to indefinitely

This commit is contained in:
JonnyWong16 2018-07-22 17:35:10 -07:00
parent 54ec9ad7da
commit 4ef36a464a
11 changed files with 11 additions and 0 deletions

View file

@ -6,6 +6,7 @@ newsletter_log_table_options = {
"order": [ 0, 'desc'],
"pageLength": 50,
"stateSave": true,
"stateDuration": 0,
"language": {
"search":"Search: ",
"lengthMenu": "Show _MENU_ lines per page",