Back to Component Library
data React 19 + TypeScript
Data Table
Styled data table grid with custom column renderers.
$npx forgeui add table
Variant:
| Name | Role | Status |
|---|---|---|
| Alex Chen | Frontend Engineer | Active |
| Sarah Miller | UI Designer | Active |
Props API
| Prop | Type | Default | Description |
|---|---|---|---|
| columns | TableColumn[] | [] | Column schemas. |
| data | any[] | [] | Row data array. |
Accessibility Standards
Semantic table, th, td structure.