plotly / plotly.js

Open-source JavaScript charting library behind Plotly and Dash
https://plotly.com/javascript/
MIT License
16.85k stars 1.85k forks source link

add Data Table tree view #7061

Open rupertcw opened 2 years ago

rupertcw commented 2 years ago

Is your feature request related to a problem? Please describe. Currently there's no tree visualisation for a pivot table (like in Excel). It's a really neat layout that allows lazy and partial exploration of the data.

Describe the solution you'd like A data table capable of (partially and fully) collapsing and expanding the data as if it was a tree.

Describe alternatives you've considered Using pandas, active_cell and dcc.Store (to keep track of odd/even clicks) to pivot/un-pivot and filter data on cell click.

Additional context Excel Tree Layout

bernarducs commented 2 years ago

It would be amazing.