dash-ag-grid icon indicating copy to clipboard operation
dash-ag-grid copied to clipboard

Provide Dynamic Columns for the Master / Detail Grid

Open Nina-Mainusch opened this issue 1 year ago • 1 comments
trafficstars

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.

Nina-Mainusch avatar Apr 26 '24 16:04 Nina-Mainusch

Hello @Nina-Mainusch,

I'll look at how we could implement this.

BSd3v avatar May 03 '24 14:05 BSd3v