I was wondering if there was a way to add a class to a cell? I know we can do this through cellsrenderer.
However I was wondering if there was a way to programmatically tell it to call cellsrenderer on a particular cell.
For example I’m implementing a find toolbar in the grid and I want to add a class to the cell that was found and remove the class in the previous found term. I know that I can call refresh on the grid but I don’t want it to call cellsrenderer on every cell again which I think might impact performance? So I’m wondering if there is a better way to do this.
Thanks!
Kenneth