Merge pull request #2221 from steve02081504/patch-1
More worldinfo page sizes
This commit is contained in:
commit
2a30a74886
|
@ -1036,7 +1036,7 @@ function displayWorldEntries(name, data, navigation = navigation_option.none) {
|
||||||
$('#world_info_pagination').pagination({
|
$('#world_info_pagination').pagination({
|
||||||
dataSource: getDataArray,
|
dataSource: getDataArray,
|
||||||
pageSize: Number(localStorage.getItem(storageKey)) || perPageDefault,
|
pageSize: Number(localStorage.getItem(storageKey)) || perPageDefault,
|
||||||
sizeChangerOptions: [10, 25, 50, 100],
|
sizeChangerOptions: [10, 25, 50, 100, 500, 1000],
|
||||||
showSizeChanger: true,
|
showSizeChanger: true,
|
||||||
pageRange: 1,
|
pageRange: 1,
|
||||||
pageNumber: startPage,
|
pageNumber: startPage,
|
||||||
|
|
Loading…
Reference in New Issue