[webui] make the DVR grids stateful (remember column positions/visibility)
This commit is contained in:
parent
b4cbe7bb57
commit
f89fe54f68
1 changed files with 2 additions and 0 deletions
|
@ -565,6 +565,8 @@ tvheadend.dvrschedule = function(title, iconCls, dvrStore) {
|
|||
]);
|
||||
|
||||
var panel = new Ext.grid.GridPanel({
|
||||
stateful: true,
|
||||
stateId: dvrStore.url,
|
||||
loadMask: true,
|
||||
stripeRows: true,
|
||||
disableSelection: false,
|
||||
|
|
Loading…
Add table
Reference in a new issue