Angular
Fundamentals of ag-Grid with Angular: Columns
  •  

Column Types

Goals

  • Defining a reusable definition for a type of column for a grid, or for multiple grids in an application, or perhaps even, multiple grids across several application in your organization.
  • Binding the column type using the columnTypes input binding on the <ag-grid-angular> component.
  • Column types are defined as an object, where the key for each property in the string key to the column type, and the value is a ColDef object.
  • Specify one or more type keys in the type property for a column definition to inherit the type's column definition.
 

I finished! On to the next chapter