mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-27 02:33:48 +02:00
refactor usevuetable data
This commit is contained in:
@@ -90,8 +90,10 @@
|
||||
);
|
||||
|
||||
const { table, pagination } = useVrcxVueTable({
|
||||
get data() {
|
||||
return feedTableData.value;
|
||||
},
|
||||
persistKey: 'feed',
|
||||
data: feedTableData,
|
||||
columns: baseColumns,
|
||||
getRowId: (row) => `${row.type}:${row.rowId}:${row.created_at ?? ''}`,
|
||||
enableExpanded: true,
|
||||
|
||||
Reference in New Issue
Block a user