TableControlBar
The TableControlBar component is meant to be rendered within a DataTableContext (provided by DataTable here). The context provides necessary information
to the control bar, such as the filters and filter state, the selection state of the table, as well as any bulk actions.
It always shows the SmartStatus component. If applicable, it displays the DropdownFilters component, the BulkActions component.
Basic usage
TableControlBar Subcomponents
These components are used by the TableControlBar but can also be used individually as children of DataTable.
- classNamestringDefaultnullSpecifies class name to append to the base element 
- classNamestringDefaultnullclass names for the div wrapping the button components 
- classNameDefaultnullstring
- buttonClassNameDefault'pgn__smart-status-button'string
- variantDefault'link'string
- sizeDefault'inline'string
- clearFiltersTextelement|string
- showFilteredFieldsDefaulttruebool
- classNamestringA class name to append to the base element 
- clearSelectionTextstring|elementA text that appears on the Clear selectionbutton, defaults to 'Clear Selection'
- classNamestringSpecifies class name to append to the base element. 
- statusTextstring|elementA text describing how many rows is shown in the table.