I'm trying to implement the resizing feature with React-Table and the Hook useResizeColumns. I want to force the table to take always the full width of its container. Only the columns should change theirs size. Not the table. If you take a look into this example that I made here. (Codesandbox) You can easily resize the column to surpass the red container. And for some reason if you minimize the columns size, the table will fit always the container !
I don't understand the behavior here. Any ideas ? Thank you very much.
from How to resize columns with React Table Hooks with a specific table width
No comments:
Post a Comment