Added cookie expiration for sorting/filtering

This commit is contained in:
snipe
2015-11-11 14:50:17 -08:00
parent b77b9c0434
commit 75bd29b027
11 changed files with 12 additions and 0 deletions
@@ -71,6 +71,7 @@
sidePagination: 'server',
sortable: true,
cookie: true,
cookieExpire: '2y',
mobileResponsive: true,
showExport: true,
showColumns: true,
@@ -64,6 +64,7 @@
sidePagination: 'server',
sortable: true,
cookie: true,
cookieExpire: '2y',
mobileResponsive: true,
showExport: true,
showColumns: true,
@@ -69,6 +69,7 @@
sidePagination: 'server',
sortable: true,
cookie: true,
cookieExpire: '2y',
mobileResponsive: true,
showExport: true,
showColumns: true,
@@ -69,6 +69,7 @@
sidePagination: 'server',
sortable: true,
cookie: true,
cookieExpire: '2y',
mobileResponsive: true,
showExport: true,
showColumns: true,
@@ -67,6 +67,7 @@ $('#table').bootstrapTable({
sidePagination: 'server',
sortable: true,
cookie: true,
cookieExpire: '2y',
mobileResponsive: true,
showExport: true,
showColumns: true,
@@ -119,6 +119,7 @@
sidePagination: 'server',
sortable: true,
cookie: true,
cookieExpire: '2y',
mobileResponsive: true,
showExport: true,
showColumns: true,
@@ -66,6 +66,7 @@ Locations ::
sidePagination: 'server',
sortable: true,
cookie: true,
cookieExpire: '2y',
mobileResponsive: true,
showExport: true,
showColumns: true,
@@ -80,6 +80,7 @@
sidePagination: 'server',
sortable: true,
cookie: true,
cookieExpire: '2y',
mobileResponsive: true,
showExport: true,
showColumns: true,
+2
View File
@@ -65,6 +65,8 @@
sortable: true,
mobileResponsive: true,
showExport: true,
cookie: true,
cookieExpire: '2y',
showColumns: true,
maintainSelected: true,
paginationFirstText: "@lang('general.first')",
@@ -63,6 +63,7 @@
sidePagination: 'server',
sortable: true,
cookie: true,
cookieExpire: '2y',
mobileResponsive: true,
showExport: true,
showColumns: true,
+1
View File
@@ -113,6 +113,7 @@
sidePagination: 'server',
sortable: true,
cookie: true,
cookieExpire: '2y',
mobileResponsive: true,
showExport: true,
showColumns: true,