Add pageSize option 20

This commit is contained in:
Natsumi
2025-04-08 21:03:21 +10:00
parent 23a4b0c84f
commit 8989eb52b7
6 changed files with 12 additions and 12 deletions
+1 -1
View File
@@ -146,7 +146,7 @@
paginationProps: {
small: true,
layout: 'sizes,prev,pager,next,total',
pageSizes: [10, 15, 25, 50, 100]
pageSizes: [10, 15, 20, 25, 50, 100]
}
};
},