Good Day Community,
I want to add a functionality to my interactive grid. As you may know, whenever we change an interactive grid's row's cell, apex adds "is-changed" class to that cell. So, Let's say I change a cell "A" in a row, I want to add a css class to another cell "B" in that row dynamically. I could not find a way to retrieve cell B's static id or something that I can use in javascript to add class to it. Do you guys know a way to achieve this functionality?