I have few Ag Grid and i want to store all the data from the tables each time when user change something
Hello @leah,
You can use a callback based upon the cellValueChanged, this should allow you to update data wherever. If you are using a database, make sure you are using key identifiers for your records and also passing those things as the getRowId to the grid. ![]()
Thank you!!
1 Like