Highlight the edited cells

Tags: #<Tag:0x00007efc610756e8> #<Tag:0x00007efc610755a8>

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