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

Row And Column Spanning

The API reference for the row and column spanning functionality in LyteNyte Grid.

CellSpanFn

Prop

CellSpanFnParams

Input parameters for CellSpanFn , which determines the span of a given cell.

These parameters include:

  • The grid instance
  • Row and column indices
  • The row node representing the full row data

Used to compute dynamic row or column spans for advanced layout use cases.

Prop