Angular

Fundamentals of ag-Grid with Angular: Rows

Mute
Current Time 0:00
/
Duration Time 0:00
Loaded: 0%
Progress: 0%
Stream TypeLIVE
Remaining Time -0:00
 

Goals

  • Use the sortable property in the column definition to enable or disable sorting.
  • The default sort order is: ascending, descending, and then the original row data order. We can overide this behavior using the sortingOrder property in the column definition.
  • Set the default sorting order for all columns using the sortingOrder input binding on the <ag-grid-angular> component.
  • Specify the key for multi-column sorting via the multiSortKey input binding.
 

I finished! On to the next chapter