I’m using the applyTransaction
method to add rows to my AgGrid, but I’m trying to get an event that tells me when a row has been added and gives me the rowNode of the newly added row.
I’m aware the rowDataUpdated
event fires every time rows are changed in an AgGrid, but it doesn’t return the new rowNodes nor does it tell you whether the rows were added or remove from the grid.
How would I be able to get this information?