LyteNyte Grid logo for light mode. Links back to the documentation home page.
Columns

Field

The API reference for the field functionality in LyteNyte Grid.

Field

Prop

FieldDataParam

Prop

FieldFn

Prop

FieldFnParams

The parameters passed to functional column fields.

LyteNyte Grid calls these functions dynamically during rendering or computation. These calls can occur frequently (e.g., for every cell in a column), so implementations should prioritize performance.

Prop

FieldPath

Specifies a string-based path used to extract values from a nested data structure, similar to lodash.get .

Example: "point.x" will return data.point.x . Useful for deeply nested row data.

Prop

FieldRowGroup

Prop

FieldRowGroupFn

Prop

FieldRowGroupParamsFn

Defines the parameters used for custom row group field functions.

Enables grouping logic to be decoupled from the data's displayed value.

Prop