custom col width persistent

This commit is contained in:
pa
2026-01-11 20:23:01 +09:00
committed by Natsumi
parent 8460c51706
commit 5fa2d4d465
7 changed files with 87 additions and 1 deletions

View File

@@ -278,6 +278,7 @@
const playerListDisplayData = computed(() => currentInstanceUsersData.value ?? []);
const { table: playerListTable } = useVrcxVueTable({
persistKey: 'playerList',
data: playerListDisplayData,
columns: playerListColumns.value,
getRowId: (row) => `${row?.ref?.id ?? ''}:${row?.displayName ?? ''}:${row?.photonId ?? ''}`,