I have 7 tables on my screen. Since they are independent tables, I'am able to select a cell from each one of them.
Although I want that every time I make a selection of a cell in a table, I want a deselection of cell from the table from which cell was previously selected and so one for other tables as well.
Basically I want selection of a cell from a single table at a time.
Also I would want deselection of the selected cell whenever mouse is clicked anywhere on the screen.
I've tried clearselection()
, but it doesn't seem to work.