More worldinfo page sizes

I have a WIbook with more than 100 entries and it's a hassle to edit
So I want to raise the cap to 1000
This commit is contained in:
steve green 2024-05-13 17:51:42 +08:00 committed by GitHub
parent 5147233391
commit 1369025092
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -1036,7 +1036,7 @@ function displayWorldEntries(name, data, navigation = navigation_option.none) {
$('#world_info_pagination').pagination({
dataSource: getDataArray,
pageSize: Number(localStorage.getItem(storageKey)) || perPageDefault,
sizeChangerOptions: [10, 25, 50, 100],
sizeChangerOptions: [10, 25, 50, 100, 500, 1000],
showSizeChanger: true,
pageRange: 1,
pageNumber: startPage,