浏览代码

[Web] Keep state of quarantine table in session

andryyy 4 年之前
父节点
当前提交
e25cd47c2f
共有 1 个文件被更改,包括 1 次插入0 次删除
  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",