ag-grid rowData #13414
Unanswered
rcketscientist
asked this question in
Help
ag-grid rowData
#13414
Replies: 1 comment
-
Disregard. I had my state goofed. |
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.
-
I can't get Storybook controls to update ag-grid rowData. I'm guessing this is an issue with controls not creating a new instance and ag-grid just comparing object instance.
Making changes to the
rowData
in Storybook doesn't update ag-grid. But if I set a timeout inonGridReady
I can update therowData
. Walking thorough the code it does initiate arender
on every control keypress, but does not actually change the grid. Is there a way to have controls make a new instance on changes (or is my assumption off)?Beta Was this translation helpful? Give feedback.
All reactions