Marker Column
Understanding the automatically generated marker column and its functionality in LyteNyte Grid
The marker column is a special column you can enable in the grid state. LyteNyte Grid creates and manages it automatically. It is not part of your column definitions and is always frozen to the start of the grid.
The marker column provides auxiliary row functionality, such as a selection checkbox or an expand icon for master-detail features.
Marker Column Usage
Enable the marker column by setting markerColumnEnabled to true on
the grid. You can define it with the markerColumn property. The
example below shows a marker column with checkbox selection.
Marker Column
Column Floating Header
LyteNyte Grid's floating row is a specialized header row that appears below the main column headers. It lets you render custom components for each column. While often used for filtering interfaces, you can use it for any component type.
Row Height
Configure fixed, variable, and fill row heights in LyteNyte Grid for flexible layouts.