Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/Comcast/react-data-grid
/ colSpan.test.ts
File
colSpan.test.ts
test/browser/column/colSpan.test.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ userEvent } from
'vitest/browser'
;
2
3
import
type
{ Column } from
'../../../src'
;
4
import
{ getCellsAtRowIndex, getHeaderCells, setup, validateCellPosition } from
'../utils'
;
Callers
nothing calls this directly
Calls
6
getHeaderCells
Function · 0.90
getCellsAtRowIndex
Function · 0.90
validateCellPosition
Function · 0.90
setupColSpan
Function · 0.85
testScrollIntoView
Function · 0.85
navigate
Function · 0.70
Tested by
no test coverage detected