Interface FloatingRowsOptions

Options to control floating rows as the user scrolls the grid. For hierarchical grids, when you scroll, the parent rows scroll out of view, and the child rows scroll into view. This causes the user to lose context of the parent rows. Using floating rows, you can keep the parent rows in view as the user scrolls. Please see https://reactdatagrid.com/examples/?example=Grouping for an example, and https://github.com/flexicious/euxdt-example/blob/main/src/app/examples/grouping-grid.tsx for the code.

Hierarchy

  • FloatingRowsOptions

Properties

maxFloatingCols?: number
maxFloatingRows?: number
useHeaderRowAsFloatingRow?: boolean

Generated using TypeDoc