onColumnSizingChange doesn't work by prop drilling #4473
Unanswered
joaoarieira
asked this question in
Q&A
Replies: 1 comment
-
@joaoarieira Did you ever get this figured out? I'm running into a similar issue trying to update columnSizing from onStateChange when the Table is fully controlled. |
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, everyone.
If I pass columnSizing state and onColumnSizingChange as props to Table component, no column gets resized.
Why?
Example: https://codesandbox.io/s/gracious-gwen-ce63gb?file=/src/main.tsx:2807-3078
Beta Was this translation helpful? Give feedback.
All reactions