GTable
A generic, strongly-typed data table component using CSS subgrid layout. Supports pinned columns and custom header/cell slot renderers.
Demo
Basic table
Slots
Sticky scrolling
API
Props
| Name | Type | Default | Required | Description |
|---|---|---|---|---|
columns | TableColumn<Extract<keyof TRow, string> | IntelliString>[] | Yes | ||
items | TRow[] | Yes |