@gridkitjs/core

Framework-agnostic grid logic: column inference, ordering, and resizing.

@gridkitjs/core is plain TypeScript — so it's testable without a DOM and reusable from other framework adapters. Today it covers column inference, ordering, and resizing; sorting, filtering, and paging are not implemented yet.

Install

npm install @gridkitjs/core

See column definitions for column inference, or sizing & ordering for the resizing and reordering logic.