Filtering Overview
This section gives an overview of the different filter types provided by the grid.
Filter Types
- Column Filter - a column-based filter that filters rows using the values under a specific column:
![Column Filter](/assets/images/ag-grid/column-filter.png)
- Quick Filter - a text-based filter that filters rows across all columns and words in the text:
![Quick Filter](/assets/images/ag-grid/quick-filter.png)
- External Filter - an application filter that is independent of any filtering done within the grid:
![External Filter](/assets/images/ag-grid/external-filter.png)
- Advanced Filter (AG Grid Enterprise feature) - a column-based
filter that filters rows across all columns with type-ahead support and an advanced visual builder:
![Advanced Filter](/assets/images/ag-grid/advanced-filter.png)