Angular
Fundamentals of ag-Grid with Angular: Filtering
  •  

Number Filter

Goals

  • The provided agNumberColumnFilter provides the ability to search numeric values in the grid.
  • The filter requires that the data be JavaScript Number() objects, either primitive or not.
  • Specify the filter property for a column definition to the filter type.
  • Use the filterParams property for a column definition to customize the behavior of the filter.
 

I finished! On to the next chapter