AttributeFilterSimpleDropdownButtonWithSelection()
Home > @gooddata/sdk-ui-filters > AttributeFilterSimpleDropdownButtonWithSelection
AttributeFilterSimpleDropdownButtonWithSelection() function
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.
Component using the IAttributeFilterDropdownButtonProps props showing the attribute title and selection.
Signature:
export declare function AttributeFilterSimpleDropdownButtonWithSelection({ isOpen, subtitle, title, selectedItemsCount, onClick, isLoading, isFiltering, showSelectionCount, }: IAttributeFilterDropdownButtonProps): React.JSX.Element;
Parameters
Parameter | Type | Description |
---|---|---|
{ isOpen, subtitle, title, selectedItemsCount, onClick, isLoading, isFiltering, showSelectionCount, } | IAttributeFilterDropdownButtonProps |
Returns:
React.JSX.Element
Remarks
It displays AttributeFilterDropdownButton as a simple button. It displays the name of related attribute filter. It displays state of selection and selection count. It displays loading and filtering statuses.