HI,
I’m trying to use dash_ag_grid with :
dashGridOptions={“treeData”: True}
enableEnterpriseModules=True,
licenseKey = ‘’
This gives a result without error, with columns but no data inside.
I’ve read it is possible to use this enterprise module in a development environment
Any idea ?
Thanks
I’ve used getDataPath in dashGridOptions
In fact I’ve copied the example Tree Data | Dash for Python Documentation | Plotly
and only replaced
licenseKey =os.environ[‘AGGRID_ENTERPRISE’]
by licenseKey = ‘’