Grid View
The API reference for the grid view functionality in LyteNyte Grid.
GridView
Represents the current visual layout of the grid including headers and rows. This structure is used by LyteNyte Grid headless components or for building custom visualizations.
Prop
HeaderCellFloating
Describes a floating header cell layout, which remains fixed during scroll operations.
Prop
HeaderCellLayout
Describes a standard header cell layout in the grid, used to position and render individual column headers.
Prop
HeaderGroupCellLayout
Describes a group of columns within the header. Used by LyteNyte Grid to render grouped column headers with optional collapsibility and structural metadata.
Prop
HeaderLayout
Defines the overall structure of header rows in the grid. This layout is recalculated based on viewport changes and virtualized rendering.
Prop
HeaderLayoutCell
Prop
RowCellLayout
Represents the layout metadata for a single cell within a row, including span and contextual info.
Prop
RowFullWidthRowLayout
Describes the layout of a full-width row which spans all columns. These are typically used for summary or group rows.
Prop
RowLayout
Prop
RowNormalRowLayout
Describes the layout of a standard row in LyteNyte Grid, including cell arrangement and row-level metadata.
Prop
RowSectionLayouts
Organizes the rows into three separate sections: top (pinned), center (scrollable), and bottom (pinned). Used to optimize row virtualization and rendering.
Prop
ViewBounds
Defines the viewport boundaries for rendering rows and columns in LyteNyte Grid. These bounds are calculated based on the scroll position and the visible area of the grid.
Prop