Hello,
I have a dash ag grid with a bunch of data. Currently, that data gets loaded when the page loads (off the id callback) and also when a user changes the value of certain filters at the top of the screen.
I also have ‘add’ and ‘edit’ buttons, where I launch a modal to edit/enter new data.
When the user submits the change, it goes to the database.
I would like to update the data in the ag grid without refreshing the whole page.
What is the best way to do this?
Thanks!