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 |
||
id |
string | The id of the |
||
isArray |
boolean |
<optional> |
false | If |
isLoading |
boolean |
<optional> |
false | If |
ListProps |
Object | Props applied to the |
||
ListSubheaderProps |
Object | Props applied to the |
||
noFilterResults |
boolean |
<optional> |
false | If |
subheaderContent |
Array.<Object> | The content of the |
React.ReactElement