Optional
breakBreak mode used on string type content (default is tail)
Optional
cellText to use for cell (accessibility). Not set by default. May not be required if cell only includes text
Optional
componentDirect props to set on the React Native component (including iOS and Android specific props). Most use cases should not need this.
Content of the cell. If string will format accordingly. If Node will not be styled.
Optional
noNo padding on the cell
Optional
ononLongPress event for the cell
Optional
ononPress event for the cell
Optional
style?: StyleProp<ViewStyle>Style to set on the item
Optional
type?: "default" | "header"Type of cell (default is default)
Optional
width?: numberWidth to set. Be sure to set width of header and corresponding cell to same. Defaults to fill.
Generated using TypeDoc
Props for DataTableCell component