Angular
Fundamentals of ag-Grid with Angular: Rows

Row Height

Goals

  • Set the rowHeight input binding on the <ag-grid-angular> component to specify the height of all rows in the grid.
  • Or, use the getRowHeight input binding to specify a function that is invoked with a params object that contains the data for each row, among many things, and returns the height for the row.
  • Set the autoHeight property for a column definition will enable the grid to automatically calculate the necessary height of a row to accomodate the contents of each cell value in the row.
 

I finished! On to the next chapter