-
Notifications
You must be signed in to change notification settings - Fork 33
Open
Labels
P1needed for current cycleneeded for current cycle
Description
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
Labels
P1needed for current cycleneeded for current cycle