From 0a8c66772bc867fedc07ea4cde274bcbab1dc26a Mon Sep 17 00:00:00 2001 From: Sam Stenvall Date: Fri, 8 Aug 2014 09:42:27 +0300 Subject: [PATCH] [webui] make tableeditor based grids stateful too --- src/webui/static/app/tableeditor.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/webui/static/app/tableeditor.js b/src/webui/static/app/tableeditor.js index f8b96c76..98b844c1 100644 --- a/src/webui/static/app/tableeditor.js +++ b/src/webui/static/app/tableeditor.js @@ -139,6 +139,8 @@ tvheadend.tableEditor = function(title, dtable, cm, rec, plugins, store, }); var grid = new Ext.grid.EditorGridPanel({ + stateful: true, + stateId: dtable, title: title, iconCls: icon, plugins: plugins,