plotly / dash-table-experiments

NO LONGER SUPPORTED - use https://github.com/plotly/dash-table instead
MIT License
174 stars 57 forks source link

Ability to make single selections only #42

Closed GordonMcGregor closed 6 years ago

GordonMcGregor commented 6 years ago

DataTable seems like a really good start and I've been able to make a useful dashboard with it already. I'm currently using the table to select a row of data that is then charted above the table. For this to work, ideally I'd only be able to select a single row at a time - clicking on a new row would select that row and deselect the previous rows.

Is that possible with the current implementation to have a new selection deselect previously selected rows?

Or, without selection support enabled, is there any callbacks available for clicked row or mouse hover row information?

chriddyp commented 6 years ago

duplicate of https://github.com/plotly/dash-table-experiments/issues/15