Hi Everyone!
I am wanting to create an AG Grid instance that uses Master Detail (the version that is NOT doing an aggregation just like the first example shown here: Master Detail | Dash for Python Documentation | Plotly ).
Given that simple example, how could someone add the ability to use dcc.Graph inside the Detail grid (like how it works here example 4: Cell Renderer Components | Dash for Python Documentation | Plotly)? Defining it under the columnDefs (detailColumnDefs in the example) doesn’t seem to work like it would normally.
Thanks for any support!