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
I need to make cells that can be horizontally scrolled.
I learned that table-layout: fixed is making it possible.
But now with table-layout: fixed , resizing one column of the group also resizes all its siblings. (See my codesandbox, and try to resize the Visits column)
How to make it that it will resize only the column that I actually resize?
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.
-
I need to make cells that can be horizontally scrolled.
I learned that
table-layout: fixed
is making it possible.But now with
table-layout: fixed
, resizing one column of the group also resizes all its siblings. (See my codesandbox, and try to resize the Visits column)How to make it that it will resize only the column that I actually resize?
My Codesandbox is here:
https://codesandbox.io/p/sandbox/competent-mountain-2232qs
Beta Was this translation helpful? Give feedback.
All reactions