Hello,
It’s been a while since I posted!
I’ve been looking at this thread to get an idea on how to change the class of a cell:
I’ve tried using the method setCellMeta
this in the console, and nothing happens, and getting the cell meta shows no change:
Do I need to do this in a hook?
Do I have to manually rerender?
What am I missing?
Some information about the task: we are attempting to show “changed” cells from a previous edit, using an additional array of “updated” column names per row. We are already using a variety of renderers, so think changing the class of the cell would be the simplest, most scalable option.
Thanks