Hiding columns
#2692
-
Is there a way to hide columns? |
Beta Was this translation helpful? Give feedback.
Answered by
amrelhady
Oct 12, 2021
Replies: 1 comment 1 reply
-
I don't think there is, couldn't find any Column property for it. I've tried two approaches. 1. Filter out the Column, something like this:
2. CSS. Not a good solution. But if you want, you can set the
|
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
skmills
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I don't think there is, couldn't find any Column property for it. I've tried two approaches.
1. Filter out the Column, something like this:
2. CSS. Not a good solution. But if you want, you can set the
cellClass
Column property, and then alter the visibility with styles. (display, visibility, width/height, ...). Something along those lines: