[webui] make tableeditor based grids stateful too

This commit is contained in:
Sam Stenvall 2014-08-08 09:42:27 +03:00 committed by Jaroslav Kysela
parent f89fe54f68
commit 0a8c66772b

View 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,