Overview

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

Last updated August 3, 2026

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

Install#

npm install @gridkitjs/core

See column definitions for column inference, resizing and ordering for the logic underneath resizableColumns and reorderableColumns, or selection for the primitives underneath selectable.

Edit this page on GitHub