mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-05-03 05:26:05 +02:00
feat: Add defaultHidden column meta property and update reset logic to hide columns
This commit is contained in:
@@ -200,7 +200,8 @@ export const createColumns = ({
|
||||
enableHiding: true,
|
||||
meta: {
|
||||
label: () => t('table.playerList.photonId'),
|
||||
disableVisibilityToggle: true
|
||||
disableVisibilityToggle: true,
|
||||
defaultHidden: true
|
||||
},
|
||||
sortingFn: (rowA, rowB) =>
|
||||
(rowA.original?.photonId ?? 0) - (rowB.original?.photonId ?? 0),
|
||||
|
||||
Reference in New Issue
Block a user