Angular
Fundamentals of ag-Grid with Angular

Column API

Goals

  • Programmically access and control columns in teh grid using the ColumnApi.
  • Access the ColumnApi via the gridReady output binding.
  • Get reference to a specific column via the column's key.
  • Toggle the visibility of a column using the Column API.
 

I finished! On to the next chapter