Table
Table primitives (Table.Root, Table, caption, regions, cells) use Kovax spacing and neutrals; DataTable maps columns + rows with optional sort buttons and aria-sort. Reference — header Documentation → Table.
Examples: primitive table
| Region | Units |
|---|---|
| EU | 120 |
| APAC | 84 |
| Total | 204 |
Examples: DataTable + sort
Sorting is controlled: handle onSortChange and pass sorted rows as data.
| Product | ||
|---|---|---|
| KVX-100 | Switch panel | 42 |
| KVX-042 | Cable kit | 18 |
| KVX-017 | Wall bracket | 7 |
Markdown reference — header Documentation → Table.