mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-18 22:33:50 +02:00
refactor usevuetable data
This commit is contained in:
@@ -160,7 +160,9 @@
|
||||
|
||||
const { table, pagination } = useVrcxVueTable({
|
||||
persistKey: 'moderation',
|
||||
data: moderationDisplayData,
|
||||
get data() {
|
||||
return moderationDisplayData.value;
|
||||
},
|
||||
columns,
|
||||
getRowId: (row) => row.id ?? `${row.type}:${row.sourceUserId}:${row.targetUserId}:${row.created ?? ''}`,
|
||||
initialSorting: [{ id: 'created', desc: true }],
|
||||
|
||||
Reference in New Issue
Block a user