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'm trying to implement table with column resizing. The main problems I faced is:
I can't specify default column width in percentages, so table can looks good on one screen and some columns could be fully hided on another.
I can't specify summary table width, so when I resize some column full table can shrink or push another columns out of screen.
I want just a simple table with specified width about 60% and resizing which works between two neighbor columns and doesn't impact whole table width.
Is it even possible to implement with React Table?
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'm trying to implement table with column resizing. The main problems I faced is:
I want just a simple table with specified width about 60% and resizing which works between two neighbor columns and doesn't impact whole table width.
Is it even possible to implement with React Table?
Beta Was this translation helpful? Give feedback.
All reactions