ColumnVisibility requires changes #4827
Unanswered
sujit-baniya
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I can hide/show columns on realtime using
state.columnVisibility
. I can hide/show columns by default usinginitialState.columnVisibility
. Both configuration doesn't work when applied together i.e.I want to hide a column initially but still wanted to have the field visibility toggled. It's not working as intended.Here in code if I set both, the
initialState.columnVisibility
doesn't work but I can toggle columns at runtime. If I removestate.columnVisibility
, I can't toggle columns at runtime but initially the columns get hidden. Please suggest how I could fix the issue?Beta Was this translation helpful? Give feedback.
All reactions