Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[webui] make tableeditor based grids stateful too
  • Loading branch information
Jalle19 authored and perexg committed Aug 8, 2014
1 parent f89fe54 commit 0a8c667
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/webui/static/app/tableeditor.js
Expand Up @@ -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,
Expand Down

0 comments on commit 0a8c667

Please sign in to comment.