filterGroupsConfig
Home > @gooddata/sdk-model > IDashboardTab > filterGroupsConfig
IDashboardTab.filterGroupsConfig property
This API is provided as an alpha preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Dashboard filter groups config. It allows to group some filters from filter context into a group. It groups them only visually. Does not affect a computation. This is usually used on dashboards with many filters to improve readability. If not defined, filters are displayed ungrouped as defined in single context.
Signature:
filterGroupsConfig?: IDashboardFilterGroupsConfig;