plotly / dash-table

OBSOLETE: now part of https://github.com/plotly/dash
https://dash.plotly.com
MIT License
420 stars 72 forks source link

Feature request: Clear cell selection #742

Open victor-ab opened 4 years ago

victor-ab commented 4 years ago

Hi!

It's a common question at the community.

I know we can use Output("table", "selected_cells") to set an empty cell selection, but it still leaves some selection box like this:

image

Is there a way to remove this as well?

It'd be nice to use esc as a hotkey to clear the cells selections. Or maybe click twice at a single selected cell to clear the selection.