mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-26 10:13:48 +02:00
feat: custom table page size setting
This commit is contained in:
@@ -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());
|
||||
|
||||
Reference in New Issue
Block a user