webui: make EPG grid stateful. Fixes #1025.
This commit is contained in:
parent
fa6265d182
commit
b28e060415
1 changed files with 2 additions and 0 deletions
|
@ -451,6 +451,8 @@ tvheadend.epg = function() {
|
|||
});
|
||||
|
||||
var panel = new Ext.ux.grid.livegrid.GridPanel({
|
||||
stateful: true,
|
||||
stateId : 'epggrid',
|
||||
enableDragDrop : false,
|
||||
cm : epgCm,
|
||||
plugins : [ actions ],
|
||||
|
|
Loading…
Add table
Reference in a new issue