Highlight the edited cells

Tags: #<Tag:0x00007f0b1131f880> #<Tag:0x00007f0b1131f5d8>

How do we highlight the edited cells

Hi @webgunti

If you mean highlighting cells after they’ve been edited than I recommend using beforeChange or afterChange() hook. Here’s an example https://jsfiddle.net/handsoncode/ztryd3ab/

To test it change any cells value or simply open the cell editor and close it.

03