RenderMeasureDropdownBody
Home > @gooddata/sdk-ui-filters > RenderMeasureDropdownBody
RenderMeasureDropdownBody type
This API is provided as a beta preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Optional renderer that replaces the built-in flat measure list of the ranking filter measure dropdown with a custom body (e.g. a grouped, searchable catalog picker). The anchor button is kept; only the dropdown overlay content is replaced.
Signature:
export type RenderMeasureDropdownBody = (props: IRankingMeasureDropdownBodyRenderProps) => ReactNode;
References: IRankingMeasureDropdownBodyRenderProps