You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
But the documentation stops before the dynamic table definition.
My problem is that if I create a callback to update the detailCellRendererParams manually it does work, but all subtables that are already open will become blank and say "Loading"
Would be so great if that was supported more easily, or an example would be in the documentation.
The text was updated successfully, but these errors were encountered:
Nina-Mainusch
changed the title
[Feature Request]
[Feature Request] Dynamic Columns for the Master / Detail Grid
Apr 26, 2024
gvwilson
changed the title
[Feature Request] Dynamic Columns for the Master / Detail Grid
Provide Dynamic Columns for the Master / Detail Grid
Aug 13, 2024
I am using the masterDetail feature of the AG Grid Table.
For the javascript version, there exist the feature to create the columns of a detail subtable dynamically: JavaScript Grid: Master / Detail - Detail Grids | AG Grid.
I would like to replicate the same behaviour in python Dash. There exist the same feature: Master Detail | Dash for Python Documentation | Plotly
But the documentation stops before the dynamic table definition.
My problem is that if I create a callback to update the
detailCellRendererParams
manually it does work, but all subtables that are already open will become blank and say "Loading"Would be so great if that was supported more easily, or an example would be in the documentation.
The text was updated successfully, but these errors were encountered: