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 How to attach an animation to a cell after a value is changed - JSFiddle - Code Playground
To test it change any cells value or simply open the cell editor and close it.
