Replies: 1 comment 3 replies
-
Not sure what you are looking for. I use a resizable header TH replacement:
This works (the setWidth function is for persisting the width change but you may not need it depending upon your requirement). Once you drag past the edge of the window, the width will continue increasing indefinitely which may need error handling but never has in my application. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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 all,
I want to resize (grow) the rightmost column of a table using the useColumnResize hook. When I hit the right border of the screen while dragging the resizing stops. Does anyone have suggestion how to address this requirement in a nice way without much fiddly code?
kind regards, Martin
Beta Was this translation helpful? Give feedback.
All reactions