React Data GridFiltering 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:

    Text Filter

  • Quick Filter - a text-based filter that filters rows across all columns and words in the text:

    Quick Filter

  • External Filter - an application filter that is independent of any filtering done within the grid:

    External Filter

  • Advanced Filter - a column-based filter that filters rows across all columns with type-ahead support and an advanced visual builder:

    Advanced Filter

Next Up

Continue to the next section to learn about Column Filters.