@youp-grid/core
v0.4.4
Published
Framework-agnostic data grid core for Youp Grid.
Maintainers
Readme
@youp-grid/core
Framework-agnostic data grid core for Youp Grid.
npm install @youp-grid/coreimport { buildRowModel, type ColumnDef } from "@youp-grid/core";What It Owns
- column normalization
- row model generation
- sorting, filtering, and pagination helpers
- selection and column state helpers
- tree data and row grouping helpers
- pinned row model output
- state persistence, row reorder, size-to-fit, and remote cache helpers
- clipboard, fill handle, history, CSV/TSV import, CSV/Excel export, and aggregation utilities
Delimited import returns parsed rows, source rows, headers, column mappings, and parser issues so UI adapters can render an import preview before applications persist data.
UI adapters should reuse this package instead of duplicating data semantics.
License
MIT. See the repository license.
