In my Ag grid, i have an editable column. By default, I wrote a renderer that shows a button in this cell say “add comments”. On button click, I am switching to edit mode. I am using agTextCellEditor to edit text. Once user has updated the cell, i want to use a different renderer and display the edited text. How can I achieve this in angular ag-grid? I am using angular 6.