Hi, hope you’re fine.
I’m having problems trying to add a className to a cell working with Angular 10.1.7 and handsontable 8.2.0.
I have to change the background color of a cell in afterChange. I’ve seen you can change it by changing the className of this cell. But it doesn’t work for me…
I have this in afterChange:
And it seems its adding the className to the cellMeta, but it doesn’t add the class in html
I have this css
And the cells’ backgroundColor is not changing
What can I do? Did I forget to do something?
Thank you