I am using
[enableCellChangeFlash]="true"
and doing
var params = { force: true };
this.gridApi.refreshCells(params);
for force refresh of all cells.
The Flash refresh is happening but the color is green or Greenish. Is there a way to change this default color how?
Example can be seen here :https://www.ag-grid.com/javascript-grid-refresh/