From 86e80a222960e572e8c493a672834d4a49b57ad2 Mon Sep 17 00:00:00 2001 From: rolux Date: Sat, 18 Jan 2014 02:23:45 +0000 Subject: [PATCH] grid lists: support even wider lists --- source/Ox.UI/js/List/List.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/source/Ox.UI/js/List/List.js b/source/Ox.UI/js/List/List.js index 41a4bc54..2c9fb4f6 100644 --- a/source/Ox.UI/js/List/List.js +++ b/source/Ox.UI/js/List/List.js @@ -277,8 +277,9 @@ Ox.List = function(options, self) { }); } self.pageLengthByRowLength = [ - 0, 60, 60, 60, 60, 60, 60, 63, 64, 72, 80, - 88, 96, 104, 112, 120, 128, 136, 144, 152, 160 + 0, 60, 60, 60, 60, 60, 60, 63, 64, 72, + 80, 88, 96, 104, 112, 120, 128, 136, 144, 152, + 160, 168, 176, 184, 192 ]; } if (self.options.selectAsYouType) {