mlms13 / FancyTable

A table that is fancy.
MIT License
5 stars 2 forks source link

Selection: callback when cell is selected/deselected or when selection changes? #29

Closed andywhite37 closed 7 years ago

andywhite37 commented 7 years ago

Not sure what the best/easiest thing is for this, but I would like to be notified when a cell is selected or deselected somehow. Or maybe when the overall selection changes?

fponticelli commented 7 years ago

I will pass you a Range instance ... it contains both the selected area and the active cell.

fponticelli commented 7 years ago

it is done