AttributeFilterDropdownActions()
Home > @gooddata/sdk-ui-filters > AttributeFilterDropdownActions
AttributeFilterDropdownActions() 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.
This component displays two buttons Apply and Cancel. Apply button is disabled when selection is not changed. Cancel button discard changes and close AttributeFilter dropdown.
Signature:
export declare function AttributeFilterDropdownActions({ isApplyDisabled, onApplyButtonClick, onCancelButtonClick, withoutApply, }: IAttributeFilterDropdownActionsProps): React.JSX.Element;
Parameters
Parameter | Type | Description |
---|---|---|
{ isApplyDisabled, onApplyButtonClick, onCancelButtonClick, withoutApply, } | IAttributeFilterDropdownActionsProps |
Returns:
React.JSX.Element