Hello,
I’m trying to use HTML renderer with cells. It works just fine, but I’d like to do the following.
Let’s say, I have a cell with 3 “span” elements.
Question is, how could I know which of the elements was clicked?
Here is my fiddle:
https://jsfiddle.net/pztqs5L0/4/
Thanks.