Angular
Fundamentals of ag-Grid with Angular: Columns

Column Sizing

Goals

  • Use the resizable property in the column definition to toggle the ability to resize columns.
  • Set the width property in the column definition to hard-code the width of a column.
  • Instruct the grid to attempt to resize all columns in the grid to fit in the viewport using the sizeColumnsToFit() method in the Grid API.
 

I finished! On to the next chapter