Angular

Fundamentals of ag-Grid with Angular: Styling

Goals

  • Use the cellStyle property in the column definition to style columns using an object of CSS specification properties and values.
  • Use the cellStyle property in the column definition to style columns using a function to programmatically apply styling to cells.
  • Use the cellClass property in the column definition using a function to programmatically apply classes to cells in the grid.
  • Learn how to override, both adding and removing, applied classes to cells using the cellClassRules property in the column definition.
 

I finished! On to the next chapter