GridCore reference
View as MarkdownGridCore runtime and React primitives are exported from @sapporta/grid.
Column builders are exported from @sapporta/grid/column-preset. Advanced
cursor and controller composition is exported from @sapporta/grid/advanced.
Choose the reference that matches the coding task:
- Schema, rows, paths, and identity
for
GridSchema,LevelSchema,TreeNode, paths, row keys, and row ids. - GridRuntime for grid-wide state, construction, events, registered levels, and cross-path row operations.
- GridLevelRuntime for displayed rows, path-local state, expansion, writes, and drafts.
- GridCore React APIs for runtime lifecycle, providers, rendered levels, and hooks.
- Advanced Grid composition for supported imperative cursor, controller, and materialization facades.
Related API families: