Can the 'Undo/Redo' functionality of ag-grid work when changes are triggered by code and not by editing the grid?
After rowNode.setDataValue on a row field, the undo: gridApi.value.undoCellEditing() does not work
It is possible to change the data from code and then invoke the undo?
Could you provide an example? ag-grid
For working ag grid undo redo when setDataValue called I decided with the following code:
after cellEditingStopped undo/redo ag service push change to the stack