mckinsey / vizro

Vizro is a toolkit for creating modular data visualization applications.
https://vizro.readthedocs.io/en/stable/
Apache License 2.0
2.47k stars 111 forks source link

How to go back to full-table view after selecting a specific table item #355

Open TianzeWang opened 4 months ago

TianzeWang commented 4 months ago

Question

image

As the screenshot, after I click on a label, is there some way that I can deselect the cell?

Code/Examples

No response

Other information

No response

Which package?

None

Package version

No response

Python version

No response

OS

No response

Code of Conduct

huong-li-nguyen commented 4 months ago

Hey @TianzeWang ,

Unfortunately, this is not natively supported in the Dash Data Table or the AG Grid we support. In the AG-Grid, this is, in theory, available, but only in the enterprise version, which one needs to pay: https://community.plotly.com/t/datatable-or-aggrid-click-drag-for-editing-select/74213/3.

So, unfortunately, the only way to de-select your cell is to refresh your page. This will automatically remove all chart interactions.

Hope that helps 🤞