Handling the table last column while column resizing #5332
Unanswered
ayush-srivastava-eptura
asked this question in
General
Replies: 0 comments
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.
-
So what I want is whenever/ as soon as I increase width of any column the last column width should be decrease automatically till the min-width specified to last column. And if last col reached to min-width horizontal scroll will appear. Similarly if I decrease any column width last column width should increase accordingly till the remaining width.
I don't want to use onColumnSizingChange. Is there any way I can get the current sizing of each column during the onchange itself that means it should trigger and return the latest size during the dragging not when user stops the dragging.
@tannerlinsley
Beta Was this translation helpful? Give feedback.
All reactions