Full Width Resizable Grid React Table v8 #4380
Replies: 3 comments
-
Full width table is a little bit tricky. You can provide full width table via CSS, but you have to get all But !, the react table |
Beta Was this translation helpful? Give feedback.
-
I was able to create a logic to calculate column width based on available length. This logic will make sure the columns have proper width to fill the space. Con: Apart from that things will work. And yes i agree , need to built a logic for resize handling for full width resizable table. |
Beta Was this translation helpful? Give feedback.
-
@victorkvarghese I've opened an issue for full-width table resizing, waiting response from the authors/contributors. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
Any way to build a table that has 100% width and is resizable. auto-size columns to stretch and fit the 100% length?
Right now if we hardcode the width, table looks different in different resolutions. Any way to make sure 100% width is occupied?
Beta Was this translation helpful? Give feedback.
All reactions