Replies: 1 comment
-
There seems to be a lot of confusion for how all of the on[State]Change props work. They work the same as any setState function in react. So they can have either a raw value for the new state, or a callback function with previous state. This is explained a bit more in depth here: |
Beta Was this translation helpful? Give feedback.
0 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.
-
Hi there,
First, I want to thank you for the work you do!
When I console data in prop onColumnOrderChange, I see my column headers in the array. But when I console data from onColumnPinningChange or onColumnVisibilityChange, I see functions. How can I get the same array with headings in these props?
Beta Was this translation helpful? Give feedback.
All reactions