Optional
actions?: ButtonProps[]Actions to render. Usually one item is best or you may need to decide how many based on screen size to avoid scroll area being weird.
Cancel text to render for cancel button
Optional
componentDirect props to set on the React Native component (including iOS and Android specific props). Most use cases should not need this.
Optional
itemsText to show for items selected. Normally X items selected
where X is the number of items checked
Cancel button. Should clear selected items.
Optional
style?: StyleProp<ViewStyle>Style to set on the item
Generated using TypeDoc
Props for DataTableHeaderSelected component