Table
Data table primitives - header rows, body cells, light-style headers. Composes with pagination + empty state.
Live preview
Sortable + selectable rows
| Status | |||
|---|---|---|---|
| Alice Nguyen | alice@dol.vn | Admin | Active |
| Bao Tran | bao@dol.vn | Editor | Active |
| Chi Le | chi@dol.vn | Viewer | Pending |
| Duy Pham | duy@dol.vn | Editor | Inactive |
Striped variant + compact density
| Name | Role | Last login |
|---|---|---|
| Alice Nguyen | Admin | 2h ago |
| Bao Tran | Editor | 2h ago |
| Chi Le | Viewer | 2h ago |
| Duy Pham | Editor | 2h ago |
Import & files
Import
import { Table } from "@dol/ui/table";- Source file
packages/@dol/ui/src/table/Table.tsx
Figma source
Figma source 6 sets
- Page
- Table
- Sets
- 6
- Primary set
-
Table cell header/Light style/General· 8 variants Open in Figma →
Showing:
Table cell header/Light style/General AI context
AI context
Markdown summary safe to paste into Claude / ChatGPT / Cursor — includes name, status, import, props, axes, examples, figma source.
# TableSlug: `table`Domain: general · Category: displayDesign: stable · Code: coded
## DescriptionData table primitives - header rows, body cells, light-style headers. Composes with pagination + empty state.
## Import```tsimport { Table } from "@dol/ui/table";```Source: `packages/@dol/ui/src/table/Table.tsx`
## Figma sourcePage: TableSets: 6Primary: Table cell header/Light style/GeneralOpen: https://www.figma.com/design/DqRd7UQkNGcdvYL5fwZxlf/?node-id=32825-21280Related
Status legend
Status legend
- Stable
- Design + code shipped, full DS parity.
- Partial
- Design ready, some variants/states missing in code.
- Coded
- Implemented in code; design canon may not yet exist.
- Design only / Code only
- One side present; awaiting the other.
Phase 1.X-5.2 detail view — read-only metadata. Code preview + recipe + live demo deferred (need @dol/ui registry integration).