Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
1
import
type
{ Column } from
'../../src'
;
2
import
{ getCells, getCellsAtRowIndex, getHeaderCells, getRows, scrollGrid, setup } from
'./utils'
;
3
4
const
rowHeight = 35;
Callers
nothing calls this directly
Calls
11
scrollGrid
Function · 0.90
getHeaderCells
Function · 0.90
getCells
Function · 0.90
getRows
Function · 0.90
assertHeaderCells
Function · 0.85
assertRows
Function · 0.85
assertCells
Function · 0.85
assertHeaderCellIndexes
Function · 0.85
assertCellIndexes
Function · 0.85
assertRowIndexes
Function · 0.85
setupGrid
Function · 0.70
Tested by
no test coverage detected