diff --git a/tailbone/grids/core.py b/tailbone/grids/core.py index 31c36907..88952dde 100644 --- a/tailbone/grids/core.py +++ b/tailbone/grids/core.py @@ -980,7 +980,7 @@ class Grid(object): def get_pagesize_options(self): # TODO: Make configurable or something... - return [5, 10, 20, 50, 100] + return [5, 10, 20, 50, 100, 200] class CustomWebhelpersGrid(webhelpers2_grid.Grid):