Class

TabBody

TabBody(props) → {React.ReactElement}

Constructor

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

Overview

Container that presents results from calculations in tabs. Takes care of displaying progress circle when results are being generated. Displays a message when user tried to filter result list but no matches were found.
Parameters:
Name Type Attributes Default Description
props Object
content Array.<Object>

The content of the ResultList element. Should be a list of list-items.

id string

The id of the CustomBox element that wraps around the ResultList.

isArray boolean <optional>
false

If true the ResultList element is displayed.

isLoading boolean <optional>
false

If true the StyledCircularProgress element is displayed.

ListProps Object

Props applied to the ResultList element.

ListSubheaderProps Object

Props applied to the ResultListSubheader element.

noFilterResults boolean <optional>
false

If true the FilterNoResults element is displayed.

subheaderContent Array.<Object>

The content of the ResultListSubheader element.

View Source Utils/Containers/TabBody.js, line 28

React.ReactElement