The use-case is very simple I am using afterChange event and doing some calculation.
Based on the calculation data I want to add some style/color to cell text or cell.
I try setCellMeta but it’s not working for me.
I use insert_row and setDataAtCell function.
Basic example which I try on JSFiddle
https://jsfiddle.net/5ehwvsry/
Thanks
Anil