feat: custom table page size setting

This commit is contained in:
pa
2025-12-18 00:28:02 +09:00
committed by Natsumi
parent a3b71007d7
commit 277275f5ef
15 changed files with 132 additions and 86 deletions

View File

@@ -119,8 +119,7 @@
},
pageSize: 10,
paginationProps: {
layout: 'sizes,prev,pager,next,total',
pageSizes: [10, 25, 50, 100]
layout: 'sizes,prev,pager,next,total'
}
});