Angular
Fundamentals of ag-Grid with Angular: Filtering

Date Filter

Goals

  • The provided agDateColumnFilter provides the ability to search string values in the grid.
  • The cell values must be JavaScript Date objects for the date column filter.
  • Or, use the comparator property in the filterParams object to specify a function that determines if the cell value date is equal-to, less-than, or greater-than the local date at midnight for date filtering of non-Date object values.
 

I finished! On to the next chapter