From 617afe08bbdb8f4028f35f7b2e38c897458eeed9 Mon Sep 17 00:00:00 2001 From: barbequesauce Date: Thu, 11 Oct 2018 11:52:23 -0400 Subject: [PATCH] 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. --- data/interfaces/default/index.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/data/interfaces/default/index.html b/data/interfaces/default/index.html index f9e5ab0b..f89343e9 100755 --- a/data/interfaces/default/index.html +++ b/data/interfaces/default/index.html @@ -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 }