MCPcopy
hub / github.com/Comcast/react-data-grid / GroupedColumnHeaderRowProps

Interface GroupedColumnHeaderRowProps

src/GroupedColumnHeaderRow.tsx:7–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5import { headerRowClassname } from './HeaderRow';
6
7export interface GroupedColumnHeaderRowProps<R, SR> {
8 rowIdx: number;
9 level: number;
10 columns: readonly CalculatedColumn<R, SR>[];
11 selectCell: (position: Position) => void;
12 selectedCellIdx: number | undefined;
13}
14
15function GroupedColumnHeaderRow<R, SR>({
16 rowIdx,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected