DashboardFilterGroupComponentProvider
Home > @gooddata/sdk-ui-dashboard > IDashboardCustomComponentProps > DashboardFilterGroupComponentProvider
IDashboardCustomComponentProps.DashboardFilterGroupComponentProvider 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.
Specify custom component to use for rendering all filter groups or a factory function to customize the component per different filter group.
- If not provided, the default implementation DefaultDashboardFilterGroup() will be used. - If factory function is provided and it returns undefined, then the default implementation DefaultDashboardFilterGroup(). This is useful if you want to customize just one particular filter group and keep all other filter groups the same. - If you want to customize each filter in a filter group, use this provider and customize DefaultDashboardFilterGroup in it. It accepts some customization props fro deeper component.
Signature:
DashboardFilterGroupComponentProvider?: OptionalFilterGroupComponentProvider;