Subscribe to end of column resize #3555
Unanswered
Konstantin-Danovich
asked this question in
Q&A
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.
-
DataGrid
exposes anonColumnResize
prop that runs on every resize event. Is there a way to subscribe to the end of resize (when mouse is up after resize)? I could debounce the handler on this function, but I want to be able to do 2 things at the same time: see live resize values (to synch with other ui elements live) and save the end result to the database.Basically I would love to be able to have the state that reflects whether I am currently resizing or not.
Beta Was this translation helpful? Give feedback.
All reactions