React Data Grid Row freezing
Table of contents
Overview
Row freezing locks specific rows of a grid in place, keeping them visible while scrolling to another area of the grid.
Example
The following example specifies two fixed rows with fixedRowsTop: 2
. Horizontal scroll bars are needed, so set a container width
and overflow: hidden
in CSS.
Related API reference
- Configuration options:
← Row moving Row height →