I've two tables in panels. When I click on first table on some cell, its row is getting selected. And when I click on the second table on some cell, its row is also getting selected.
Now, How will I come to know, which table is last clicked. I tried with isRowSelected
on both the tables, both are returning, so I'm not able to find the last clicked table?
Can somebody help me?