IFilterBarCustomizer
Home > @gooddata/sdk-ui-dashboard > IFilterBarCustomizer
IFilterBarCustomizer interface
Set of functions you can use to customize some aspects of the FilterBar.
Signature:
export interface IFilterBarCustomizer
Methods
Method | Description |
---|---|
setRenderingMode(mode) | Set the rendering mode of the FilterBar. |
withCustomDecorator(providerFactory) | Register a factory for top bar decorator providers. |
withCustomProvider(provider) | Register a provider for React components to render filter bar. |