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,