Hi,
I have issue about cell css color render when I swipe left and right, undo/redo, color css style do not directly render, it will take some time and then show in screen, I use beforeRenderer to add css style for different color
Cell color not directly render
HI aleksndra,
I used setCellMeta to add a className, it has some issues I as I mentioned before, but when I changed to instance.getCell(row, col).style.backgroud = "color
", add inline style for table cells, it work fine