Angular
Fundamentals of ag-Grid with Angular

Filtering

Goals

  • Using ag-Grid's provided filters.
  • Text filtering is the default filter.
  • Number filtering enables us to filter by numeric values.
  • The values in our row model must be JavaScript Number() values for number filtering to work.
 

I finished! On to the next chapter