Browse Source

[Web] Keep state of quarantine table in session

andryyy 4 years ago
parent
commit
e25cd47c2f
1 changed files with 1 additions and 0 deletions
  1. 1 0
      data/web/js/site/quarantine.js

+ 1 - 0
data/web/js/site/quarantine.js

@@ -111,6 +111,7 @@ jQuery(function($){
       }),
       "empty": lang.empty,
       "paging": {"enabled": true,"limit": 5,"size": pagination_size},
+      "state": {"enabled": true},
       "sorting": {"enabled": true},
       "filtering": {"enabled": true,"position": "left","connectors": false,"placeholder": lang.filter_table},
       "toggleSelector": "table tbody span.footable-toggle",