Skip to content

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

NameTypeDefaultRequiredDescription
columnsTableColumn<Extract<keyof TRow, string> | IntelliString>[]Yes
itemsTRow[]Yes