Class

SortButton

SortButton(props) → {React.ReactElement}

Constructor

# new SortButton(props) → {React.ReactElement}

Overview

The StyledIconButton wrapped around in DotBadge and CustomTooltip. Use badge to signal that sorting parameters has changed.
Parameters:
Name Type Attributes Description
props Object

Any other props will be forwarded to the StyledIconButton element.

icon React.ReactNode <optional>

The content of the StyledIconButton element.

invisible boolean <optional>

If true the DotBadge element will be hidden.

tooltip React.ReactNode

The content of the CustomTooltip element.

tooltipId string

The id of the CustomTooltip element.

TooltipProps Object <optional>

Props applied to the CustomTooltip element.

View Source Utils/Buttons/SortButton.js, line 59

React.ReactElement