GoodData.UI API reference
  • All Products
  • All Products
  • GoodData.UI
  • API Reference
  • University
  • Community
  • Documentation
  • Support
  • 11.18.0
  • Code samples
  • GitHub

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;
  • IDashboardCustomComponentProps.DashboardFilterGroupComponentProvider property
GoodData resources:
  • Documentation
Follow the community:
  • Community
Copyright © 2007–2026 GoodData Corporation. All Rights Reserved. Code licensed under a dual license - CC BY‑NC 4.0 for trial experience and GoodData.UI EULA for commercial use