| name | Table |
|---|---|
| title | Table |
| published | true |
| component | table |
| description | A table is used to organize and display structured data in rows and columns. |
import { Table, TableBody, TableCell, TableContainer, TableHead, TableRow } from "@sistent/sistent"
Tables are used to present structured data in a clear and organized way. They help users scan information quickly, compare values, and understand relationships between data.
Tables help organize data into rows and columns, making it easier to read and analyze information.
Tables should be used when:
- Displaying structured data
- Comparing values
- Showing logs or metrics
- Listing users or resources
Basic tables are used to display structured data in rows and columns.
Name Role Status User 1 Contributor ActiveStriped tables improve readability by alternating row colors.
Name Role User 1 ContributorTables can support sorting to help users organize data.
Name Role User 1 ContributorTables can allow row selection.
Name Role User 1 ContributorTables can support pagination for large datasets.
Name Role User 1 Contributor- Use headers for clarity
- Avoid too many columns
- Keep rows readable
- Use pagination for large datasets
- Maintain consistent spacing