How to reset table state and rerender table v8 #5177
Unanswered
oleksandr-rybakov
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.
-
I have editable cells
I want to reset table state to initial state by click on the button 'Undo all'
When I try to use setState(initialTableData) --> it changed state, but table is still with outdated data,
Table is not rerendered with initialTableData
Beta Was this translation helpful? Give feedback.
All reactions