Set Filter Data Updates

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.

This section describes how changing data through

Transaction and Partial Property Updates

Transaction Updates refers to any of the following:

Setting New Data

When rowData is updated, existing filter selections are kept when new rows are added. It is also possible to clear filter selections by updating the filterModel prop in a Dash callback.

The following example demonstrates how this affects filter selections. Try the following: