Angular
Fundamentals of ag-Grid with Angular: Filtering
  •  

Number Filter

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

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