webui: make EPG grid stateful. Fixes #1025.

This commit is contained in:
Adam Sutton 2013-12-30 23:14:53 +00:00
parent fa6265d182
commit b28e060415

View file

@ -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 ],