Angular
Fundamentals of ag-Grid with Angular

Grid API

Goals

  • Learn how to programmatically access and control the grid using the GridApi.
  • Learn how to access the GridApi via a template refence exposed on the <ag-grid-angular> component.
  • Learn how to get access to the GridApi via the gridReady output binding.
  • Demonstrate Grid API functionality, such as: row selection, sorting, and exporting data to a CSV file.
 

I finished! On to the next chapter