Skip to content

Grid option suppressSetFilterByDefault not working #361

@benmaier

Description

@benmaier

In the AG Grid docs, it's highlighted that changing to the enterprise version, the default column filter is the "set filter" (see https://www.ag-grid.com/javascript-data-grid/filter-set/). On the same page, they note:

Suppress Set Filter by Default

When filter = true, the Set Filter is used for AG Grid Enterprise by default. To use the Text Filter, Number Filter or Date Filter instead based on the Cell Data Type (as in AG Grid Community), set the grid option suppressSetFilterByDefault = true.

I tried

AgGrid(
    ...,
    dashGridOptions={"suppressSetFilterByDefault": True},
    enableEnterpriseModules=True,
)

in dash_ag_grid (version 31.3.0), but the columns are still rendered with set filter.

Any hints on how to properly pass this option to Ag Grid?

Metadata

Metadata

Assignees

No one assigned

    Labels

    P1needed for current cycle

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions