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

@@ -107,8 +107,7 @@ export const usePhotonStore = defineStore('Photon', () => {
},
pageSize: 10,
paginationProps: {
layout: 'sizes,prev,pager,next,total',
pageSizes: [5, 10, 15, 25, 50]
layout: 'sizes,prev,pager,next,total'
}
});
const photonEventTablePrevious = ref({
@@ -129,8 +128,7 @@ export const usePhotonStore = defineStore('Photon', () => {
},
pageSize: 10,
paginationProps: {
layout: 'sizes,prev,pager,next,total',
pageSizes: [5, 10, 15, 25, 50]
layout: 'sizes,prev,pager,next,total'
}
});
const chatboxUserBlacklist = ref(new Map());