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
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.
-
Hey, I want to hide columns based on some breakpoint.
What are the best practices to implement such feature ?
I see few potential way of implementation:
1st option
Handle responsive conditioning at the column definition level.
2nd option
Be able to define
meta
property that will be interpreted in my generic<Table>
component.The 2nd option would be ideal, but I didn't find a way to have typesafe meta property.
Thanks in advance for your insights
Beta Was this translation helpful? Give feedback.
All reactions