Component Props
An array of column objects to render items with
Optionalfilters?: any[]an array of filters
An array or (async) function that returns an array of items to render or an async function to call with the tableState and serialised table state
Optionalloading?: booleanCustom loading condition
Optionaloptions?: objectAn object of options that will be passed along to the useTableTools hook
OptionalpaginationProps?: objectProps to be passed on the Pagination component
OptionaltableBodyProps?: objectProps to be passed on the TableBody component
OptionaltableHeaderProps?: objectProps to be passed on the TableHeader component
OptionaltableToolbarProps?: objectProps to be passed on the TableToolbar (bottom toolbar) component
OptionaltoolbarProps?: objectProps to be passed on the PrimaryToolbar component
Optionaltotal?: any[]Number of total items available
Returns a PrimaryToolbar component, a Patternfly (v4) Table component and a TableToolbarComponent wrapped together
This component is a wrapper around the Patternfly Table component(s), the FEC PrimaryToolbar and combines them with the
useTableToolshook If no TableContext