Data & Status
Typed Data Table
HeroUI 테이블 구조를 참고한 타입 기반 데이터 테이블입니다.
Preview
data structure
Typed Data Table
scan sortable rows
Kate Moore
- Role
- CEO
- Status
- Active
- kate@acme.com
John Smith
- Role
- CTO
- Status
- Active
- john@acme.com
Sara Johnson
- Role
- CMO
- Status
- On Leave
- sara@acme.com
Michael Brown
- Role
- CFO
- Status
- Active
- michael@acme.com
Installation
bash
Copied
bash
Copied
bash
Copied
bash
Copied
Code
typescript
Copied
Props
className
- Type
- string
- Default
- -
- Description
- Additional classes merged onto the component.
columns
- Type
- DataTableColumn<T>[]
- Default
- -
- Description
- Column definitions.
rows
- Type
- T[]
- Default
- -
- Description
- Rows to render.