grid lists: more items per page for wider lists
This commit is contained in:
parent
836ef93e21
commit
761ff5974a
1 changed files with 2 additions and 2 deletions
|
@ -277,8 +277,8 @@ Ox.List = function(options, self) {
|
|||
});
|
||||
}
|
||||
self.pageLengthByRowLength = [
|
||||
0, 60, 60, 60, 60, 60, 60, 63, 64, 63, 60,
|
||||
66, 60, 65, 70, 60, 64, 68, 72, 76, 60
|
||||
0, 60, 60, 60, 60, 60, 60, 63, 64, 72, 80,
|
||||
88, 96, 104, 112, 120, 128, 136, 144, 152, 160
|
||||
];
|
||||
}
|
||||
if (self.options.selectAsYouType) {
|
||||
|
|
Loading…
Reference in a new issue