]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
[webui] make tableeditor based grids stateful too
authorSam Stenvall <neggelandia@gmail.com>
Fri, 8 Aug 2014 06:42:27 +0000 (09:42 +0300)
committerJaroslav Kysela <perex@perex.cz>
Fri, 8 Aug 2014 15:37:46 +0000 (17:37 +0200)
src/webui/static/app/tableeditor.js

index f8b96c76ac0b912df88f9bfc0e7a017a2d55e671..98b844c1dac895036b0773a0b9e0d209ca3d994b 100644 (file)
@@ -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,