Hide or show columns at specific breakpoints #839
Unanswered
mauro-rogledi
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.
-
I'd like it if when I show the table in a small display, it automatically hides some columns.
With ReactTable I used sx={{ display: { xs: "none", md: "table-cell" } }}.
Is there something similar?
Beta Was this translation helpful? Give feedback.
All reactions