You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The properties eligable for columnVisibility used within table are currently not type-safe:
state: {
isFullScreen,
columnVisibility: {
'mrt-row-expand': isFullScreen,
task: isFullScreen,
anything: true // column anything does not exist within my columns-definition
}
Maybe it is possible to make it type safe by having an aggregation type from my column definition and the internal columns, so that anything: true is not allowed to be placed inside the columnVisibility.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
The properties eligable for
columnVisibility
used withintable
are currently not type-safe:Maybe it is possible to make it type safe by having an aggregation type from my column definition and the internal columns, so that
anything: true
is not allowed to be placed inside thecolumnVisibility
.Beta Was this translation helpful? Give feedback.
All reactions