Set Filter Overview

Set Filter is an AG Grid Enterprise feature, so you’ll need a license key to use it. See Using AG Grid Enterprise for an example of how to use your license key with Dash AG Grid components.

The Set Filter takes inspiration from Excel’s AutoFilter and allows filtering on sets of data.

Set Filter

Set Filter Sections

The Set Filter has the following sections:

This example has not been ported to R yet - showing the Python version instead.

Visit the old docs site for R at: https://community.plotly.com/c/dash/r/21

Set Filter Example: Infinite Row Model

The example below uses AG Grid Enterprise, to demonstrate the set filter with server-side sorting, filtering, and persistent selection. AG Grid Enterprise is not required for infinite scrolling.
For more information see the

This example has not been ported to R yet - showing the Python version instead.

Visit the old docs site for R at: https://community.plotly.com/c/dash/r/21

Set Filter Parameters

Set Filters are configured through the filterParams attribute of the column definition.

See AG Grid documentation Set Filter Params for a list of all properties that can be applied to the Set Filter.