Hide visibility toggles for columns where enableHiding is false. #549
Unanswered
benjaminw1030
asked this question in
Q&A
Replies: 1 comment
-
No, I don't think this is possible: https://github.com/KevinVandy/material-react-table/blob/main/packages/material-react-table/src/menus/MRT_ShowHideColumnsMenuItems.tsx#L130 |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
Hello,
By default, the dropdown for Show/Hide Columns displays a disabled toggle along with the column name when enableHiding is not set to true for that column. Is there a way to not display this toggle at all? We store our row action buttons in a separate column with no title and this causes a lone disabled toggle with no text to render in the dropdown.
See examples:


Beta Was this translation helpful? Give feedback.
All reactions