Adding a library "AG-Grid" not working despite UMD

Hey @Kapil_AppPerfect!

It looks as though you may need to specifically import the AG Grid React library. The snippet from this thread seems to work in a custom component:

It looks like the prop types packaged is required as well. Adding both scripts to your custom component and referencing AgGridReact.AgGridReact instead of agGrid.Grid yields:

Hopefully that's helpful!
Hierarchical-20View.json

1 Like