mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-05-04 22:06:06 +02:00
refactor usevuetable data
This commit is contained in:
@@ -191,7 +191,9 @@
|
||||
|
||||
const { table, sorting, pagination } = useVrcxVueTable({
|
||||
persistKey: 'friendList',
|
||||
data: friendsListDisplayData,
|
||||
get data() {
|
||||
return friendsListDisplayData.value;
|
||||
},
|
||||
columns: friendsListColumns.value,
|
||||
getRowId: (row) => row?.id ?? row?.displayName ?? '',
|
||||
enablePinning: true,
|
||||
|
||||
Reference in New Issue
Block a user