Set pageLength of clip list to 1000
This commit is contained in:
parent
39c6f03bfa
commit
f8563d0b22
1 changed files with 1 additions and 0 deletions
|
@ -351,6 +351,7 @@ Ox.ClipPanel = function(options, self) {
|
|||
columnsVisible: true,
|
||||
items: Ox.clone(self.options.clips),
|
||||
keys: ['director'],
|
||||
pageLength: 1000,
|
||||
scrollbarVisible: true,
|
||||
selected: self.options.selected,
|
||||
sort: getListSort(),
|
||||
|
|
Loading…
Reference in a new issue