Angular
Fundamentals of ag-Grid with Angular: Filtering

Text Filter

Goals

  • The provided agTextColumnFilter provides the ability to search string values in the grid.
  • Specify the filter property to either true or agTextColumnFilter in the column definition to enable the text filter.
  • Use the filterParams property for a column definition to customize the behavior of the filter.
 

I finished! On to the next chapter