LyteNyte Grid logo for light mode. Links back to the documentation home page.
Github repository for this project. 1771 Technologies home page
Grid Public Interface

Rows

This reference details the three row types supported by LyteNyte Grid: leaf, group, and aggregated.

Row Node

The RowNode type represents a union of the three row types. While this section provides a reference for each row type, grid APIs typically use the RowNode type rather than an individual row type.

type RowNode<T> = RowLeaf<T> | RowGroup | RowAggregated;

For more details on row nodes, see the Row Overview guide.

Row Leaf

Prop

Row Group

Prop

Row Aggregated

Prop