MCPcopy
hub / github.com/Comcast/react-data-grid / virtualization.test.ts

File virtualization.test.ts

test/browser/virtualization.test.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import type { Column } from '../../src';
2import { getCells, getCellsAtRowIndex, getHeaderCells, getRows, scrollGrid, setup } from './utils';
3
4const rowHeight = 35;

Callers

nothing calls this directly

Calls 11

scrollGridFunction · 0.90
getHeaderCellsFunction · 0.90
getCellsFunction · 0.90
getRowsFunction · 0.90
assertHeaderCellsFunction · 0.85
assertRowsFunction · 0.85
assertCellsFunction · 0.85
assertHeaderCellIndexesFunction · 0.85
assertCellIndexesFunction · 0.85
assertRowIndexesFunction · 0.85
setupGridFunction · 0.70

Tested by

no test coverage detected