Skip to Content
DocsGuidesGrid Schema

Grid Schema

The GridSchema is a fundamental concept in JSOC Grid. It represents a single instance of a grid’s configuration and data. In scenarios where you have nested grids (master-detail views), each level of nesting is represented by its own distinct GridSchema.

The BaseGridSchema class in @jsoc/grid-core provides the core implementation for a schema.

It holds the generated runtime configuration object specific to your UI plugin, the data rows, and context about where the schema originated (useful for nested child grids).

API

You can find the complete API reference at BaseGridSchema API.

Last updated on