grid lists: support even wider lists
This commit is contained in:
parent
761ff5974a
commit
86e80a2229
1 changed files with 3 additions and 2 deletions
|
@ -277,8 +277,9 @@ Ox.List = function(options, self) {
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
self.pageLengthByRowLength = [
|
self.pageLengthByRowLength = [
|
||||||
0, 60, 60, 60, 60, 60, 60, 63, 64, 72, 80,
|
0, 60, 60, 60, 60, 60, 60, 63, 64, 72,
|
||||||
88, 96, 104, 112, 120, 128, 136, 144, 152, 160
|
80, 88, 96, 104, 112, 120, 128, 136, 144, 152,
|
||||||
|
160, 168, 176, 184, 192
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
if (self.options.selectAsYouType) {
|
if (self.options.selectAsYouType) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue