refactor usevuetable data

This commit is contained in:
pa
2026-01-24 19:25:00 +09:00
parent 2952f4d415
commit b4839c8ed5
23 changed files with 101 additions and 40 deletions

View File

@@ -133,7 +133,9 @@
const { table, pagination } = useVrcxVueTable({
persistKey: 'gameLog',
data: gameLogTableData,
get data() {
return gameLogTableData.value;
},
columns,
getRowId: (row, index) => `${row.type}:${row.rowId ?? index}`,
initialSorting: [],