Hi team,
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:
Here is the link to the python dash feature that exists: Master Detail | Dash for Python Documentation | Plotly
But the documentation stops before the dynamic table definition.
Is there a way to still create the columns dynamically? Can we use a custom javascript function maybe? If so, where do we plug it in?
Thanks!