diff --git a/templates/admins.html b/templates/admins.html
index 37b3124a..85bb3c55 100644
--- a/templates/admins.html
+++ b/templates/admins.html
@@ -157,6 +157,8 @@
"<'row'<'col-sm-12'tr>>" +
"<'row'<'col-sm-12 col-md-5'i><'col-sm-12 col-md-7'p>>",
select: true,
+ stateSave: true,
+ stateDuration: 3600,
buttons: [],
"columnDefs": [
{
diff --git a/templates/folders.html b/templates/folders.html
index 9904cd91..f27adcff 100644
--- a/templates/folders.html
+++ b/templates/folders.html
@@ -187,6 +187,8 @@ function deleteAction() {
"<'row'<'col-sm-12'tr>>" +
"<'row'<'col-sm-12 col-md-5'i><'col-sm-12 col-md-7'p>>",
select: true,
+ stateSave: true,
+ stateDuration: 3600,
buttons: [],
"scrollX": false,
"order": [[0, 'asc']]
diff --git a/templates/users.html b/templates/users.html
index 5fc15a72..91bc0af9 100644
--- a/templates/users.html
+++ b/templates/users.html
@@ -239,6 +239,8 @@
"<'row'<'col-sm-12'tr>>" +
"<'row'<'col-sm-12 col-md-5'i><'col-sm-12 col-md-7'p>>",
select: true,
+ stateSave: true,
+ stateDuration: 3600,
buttons: [],
"columnDefs": [
{