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
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.
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.
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