How to reload a component? #440
Unanswered
WolfgangFahl
asked this question in
Q&A
Replies: 1 comment
-
I haven't used ag_grid. Why are you creating a new grid on reload? Just update the data for the current grid. It will get refreshed. |
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
-
Thank you for this excellent library.
I am using aggrid to display a table. I'd love to make sure the content is refreshed on a click of a button.
the following reload obviously does not do this but adds another aggrid ... What needs to be changed to replace the aggrid with a "new" aggrid from a pandas dataframe or reuse the existing aggrid for the purpose?
Beta Was this translation helpful? Give feedback.
All reactions