2 Matching Annotations
- Nov 2019
-
www.ag-grid.com www.ag-grid.comag-Grid1
-
Component Registration components A map of component names to plain JavaScript components. frameworkComponents A map of component names to framework (React, Angular etc) components.
-
-
www.ag-grid.com www.ag-grid.comag-Grid1
-
When the grid is initialised, it will fire the gridReady event. If you want to use the API of the grid, you should put an onGridReady(params) callback onto the grid and grab the api from the params. You can then call this api at a later stage to interact with the grid (on top of the interaction that can be done by setting and changing the props).
-