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
which makes the column expand well and pushes the other columns away but it's made my overall table wider than its parent card so now I have a scroll on the page
If I take minWidth off, the table is contained within the parent but the column resizing is limited to the boundaries of the card it's in so isn't useful
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
-
I'm trying to implement a table inside a card with resizable columns - I've added the below into the th styling:
which makes the column expand well and pushes the other columns away but it's made my overall table wider than its parent card so now I have a scroll on the page
If I take minWidth off, the table is contained within the parent but the column resizing is limited to the boundaries of the card it's in so isn't useful
How can I fix this?
Beta Was this translation helpful? Give feedback.
All reactions