Angular
Fundamentals of ag-Grid with Angular: Data

Cell Rendering

Goals

  • Using the cellRenderer property in a column definition for specifying a function that renders each cell.
  • The cellRenderer function is invoked with a parameter object containing, among many things, the value for each cell to be rendered.
  • We can use cell rendering to display HTML element such as images in a grid.
 

I finished! On to the next chapter