How to launch a method after a cell value has been edited in ag-grid?
I have this simple column:
Here's its definition:
{
headerName: "Activité",
field: "activite",
editable: true,
, cellClass: "cell-wrap-text"
}
Here's the method I want to launch every time the user enters a new input in that column.
public UpdateActValue() {
this.data.sendActToBia(this.…