Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/Comcast/react-data-grid
/ getGrid
Function
getGrid
test/browser/utils.tsx:34–36 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
32
}
33
34
export function getGrid() {
35
return page.getByRole(
'grid'
);
36
}
37
38
export function getTreeGrid() {
39
return page.getByRole(
'treegrid'
);
Callers
10
direction.test.ts
File · 0.90
expectGridRows
Function · 0.90
rowHeight.test.ts
File · 0.90
label.test.ts
File · 0.90
grouping.test.ts
File · 0.90
resizable.test.tsx
File · 0.90
testGridTemplateColumns
Function · 0.90
renderEditCell.test.tsx
File · 0.90
basicGrid.test.tsx
File · 0.90
scrollGrid
Function · 0.85
Calls
no outgoing calls
Tested by
2
expectGridRows
Function · 0.72
testGridTemplateColumns
Function · 0.72