-
I'd like to be notified when the columns are resized, so I can store their widths in the user's settings. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
I'm hoping you get an answer to this as well. I want to know when the columns are resize to recalculate row heights on a virtual grid but I think it's the same question. |
Beta Was this translation helpful? Give feedback.
-
You can watch for |
Beta Was this translation helpful? Give feedback.
You can watch for
columnResizing
state change(https://github.com/tannerlinsley/react-table/blob/master/src/plugin-hooks/useResizeColumns.js#L144) using useEffect