REACT-NATIVES
WIRED FOR SPEED
react-natives v2.1.2
Theme
Light
Dark
Get Started
Menu
Components
Data Display
Table
A compound table component for displaying structured tabular data.
Example
Preview
Code
Props
Table Props
Prop
Type
Default
Description
className
string
NativeWind utility classes to apply to the table container.
TableHead Props
Prop
Type
Default
Description
className
string
NativeWind utility classes for the table header section.
TableBody Props
Prop
Type
Default
Description
className
string
NativeWind utility classes for the table body section.
TableFooter Props
Prop
Type
Default
Description
className
string
NativeWind utility classes for the table footer section.
TableRow Props
Prop
Type
Default
Description
className
string
NativeWind utility classes for a table row.
TableCell Props
Prop
Type
Default
Description
className
string
NativeWind utility classes for a table data cell.
TableHeaderCell Props
Prop
Type
Default
Description
className
string
NativeWind utility classes for a table header cell.
TableCaption Props
Prop
Type
Default
Description
className
string
NativeWind utility classes for the table caption.
Usage Guidelines
When to use
Use Table to present structured data in rows and columns, such as reports, comparisons, or data grids.
Best practices
Always include TableHead with TableHeaderCell elements for column labels.
Use TableCaption to provide a summary of the table data for accessibility.
Keep tables responsive — consider Card-based layouts for narrow screens.
Accessibility
Table uses semantic table roles. Screen readers announce header cells in relation to data cells. Always provide TableCaption for context.
Related Components
List
A compound list component for displaying ordered or unordered items.
Card
A compound container component with header, body, and footer sections for grouping related content.
React-Natives
A comprehensive React Native component library.
Documentation
Getting Started
Components
Theming
Community
GitHub
Discord
Twitter
Blog
Support
FAQ
Contact
Contributing
License
© 2026 React-Natives. Wired by WireServers-UI.