AG-grid : Changing the font color of parent row when child row cell is edited

163 Views Asked by At

I need to change the font-color of the parent row to red when any cell of the child row is edited. Also the cellStyle for various cells of the child row is displayed in red color when the data is not correct.

1

There are 1 best solutions below

0
Nikhil Asawa On

I think you can try using redraw API provided by ag grid. Just call the API after the cell value is changed.