data contract

Table

Static tabular data. Use DataTable when you need sort/filter/pagination.

Variants

  • default
  • striped
  • bordered

Sizes

  • sm
  • md
  • lg

Example

<Table><thead><tr><th scope="col">Name</th><th scope="col">Email</th></tr></thead><tbody>{users.map(...)}</tbody></Table>

Usage rule

Wrap in a scope-correct semantic table: <table><thead><tr><th>...</th></tr></thead>.

The full Table contract has 4 more rules, plus the do-not patterns. Get the full recipe.

Get the Table contract in your project.