MCPcopy Index your code
hub / github.com/Comcast/react-data-grid / assertHeaderCellIndexes

Function assertHeaderCellIndexes

test/browser/virtualization.test.ts:66–68  ·  view source on GitHub ↗
(indexes: number[])

Source from the content-addressed store, hash-verified

64}
65
66function assertHeaderCellIndexes(indexes: number[]) {
67 assertIndexes(getHeaderCells(), indexes, 'aria-colindex', 1);
68}
69
70function assertRows(count: number, startIdx: number, endIdx: number) {
71 assertElements(getRows(), 'aria-rowindex', count, startIdx + 2, endIdx + 2);

Callers 1

Calls 2

getHeaderCellsFunction · 0.90
assertIndexesFunction · 0.85

Tested by

no test coverage detected