quantopian / qgrid

An interactive grid for sorting, filtering, and editing DataFrames in Jupyter notebooks
Apache License 2.0
3.04k stars 425 forks source link

Access column for selected cell #347

Open deeplook opened 3 years ago

deeplook commented 3 years ago

When I use 'highlightSelectedCell': True as grid option I can click on one cell and see a blue border for exactly the one last clicked cell. But unlike for the selected rows and dataframe I don't see any way of accessing the information about this clicked cell in the row, which boils down to its column. Is there any way of doing this? If not, maybe it would be an idea to add.