[webui] make tableeditor based grids stateful too
This commit is contained in:
parent
f89fe54f68
commit
0a8c66772b
1 changed files with 2 additions and 0 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Reference in a new issue