Component Props
An array of column objects to render items with
Optional
filters?: 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
Optional
loading?: booleanCustom loading condition
Optional
options?: objectAn object of options that will be passed along to the useTableTools
hook
Optional
paginationProps?: objectProps to be passed on the Pagination component
Optional
tableBodyProps?: objectProps to be passed on the TableBody component
Optional
tableHeaderProps?: objectProps to be passed on the TableHeader component
Optional
tableToolbarProps?: objectProps to be passed on the TableToolbar (bottom toolbar) component
Optional
toolbarProps?: objectProps to be passed on the PrimaryToolbar
component
Optional
total?: 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
useTableTools
hook If no TableContext