Optional
options: {AsyncTableTools options
Optional
identifier?: stringProperty of the items that should be used as ID to select them
Optional
itemIdsInTable?: FunctionFunction to call to retrieve IDs when "Select All" is chosen
Optional
itemIdsOnPage?: any[]Array of item ids visible on the page
Optional
onSelect?: Functionfunction to call when a selection is made
Optional
preselected?: any[]Array of itemIds that should be selected when initialising
Optional
selected?: any[]Array of itemIds that should be currently selected. If it changes, the current selection will change
Optional
total?: numberNumber to show as total count
Functions and props to use for setting up bulk selection
Provides properties for a Pattternfly (based) Table and Toolbar component to implement bulk selection