Pagination tweaks

This commit is contained in:
Cohee1207
2023-08-19 16:11:09 +03:00
parent 991ff98eaa
commit 2d61c9954b
3 changed files with 16 additions and 1 deletions

View File

@ -1041,7 +1041,7 @@ async function printCharacters(fullRefresh = false) {
$("#rm_print_characters_pagination").pagination({
dataSource: getEntitiesList({ doFilter: true }),
pageSize: Number(localStorage.getItem(storageKey)) || 50,
sizeChangerOptions: [25, 50, 100, 250, 500, 1000],
sizeChangerOptions: [10, 25, 50, 100, 250, 500, 1000],
pageRange: 1,
position: 'top',
showPageNumbers: false,