From: Sam Stenvall Date: Fri, 8 Aug 2014 06:42:27 +0000 (+0300) Subject: [webui] make tableeditor based grids stateful too X-Git-Tag: v4.1~1606 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0a8c66772bc867fedc07ea4cde274bcbab1dc26a;p=thirdparty%2Ftvheadend.git [webui] make tableeditor based grids stateful too --- diff --git a/src/webui/static/app/tableeditor.js b/src/webui/static/app/tableeditor.js index f8b96c76a..98b844c1d 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,