Content of the row. Should be list of
Optional componentDirect props to set on the React Native component (including iOS and Android specific props). Most use cases should not need this.
Optional ononLongPress event for the row (ignored if DataTableCell has press events)
Optional ononPress event for the row (ignored if DataTableCell has press events)
Optional rowText to use for row (accessibility). Not set by default.
Optional style?: StyleProp<ViewStyle>Style to set on the item
Generated using TypeDoc
Props for DataTableRow component