Highlight the edited cells

Tags: #<Tag:0x00007efc6d1921c8> #<Tag:0x00007efc6d191f70>

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