@lynellf/tablekit-core
v1.0.1
Published
Headless table state engine, row pipeline, column model, and event system.
Maintainers
Readme
@lynellf/tablekit-core
Framework-agnostic headless table state engine, row pipeline, column model, and event system.
Install
npm install @lynellf/tablekit-coreRequires Node ≥ 20.
Usage
import { createDataTable } from '@lynellf/tablekit-core';
const table = createDataTable({ data, columns });Status
v1.0.0 — stable. The public API is frozen. See the v1.0 API contract.
Packages
| Package | Description |
|---|---|
| @lynellf/tablekit-react | React hooks, prop getters, announcer, and a11y validator built on top of @lynellf/tablekit-core. |
| @lynellf/tablekit-pivot | PivotTable primitives and aggregation engine. |
| @lynellf/tablekit-worker | Worker-based pivot engine for off-thread aggregation. |
Bugs & Issues
https://github.com/lynellf/tablekit/issues
