Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/Comcast/react-data-grid
/ getCells
Function
getCells
test/browser/utils.tsx:84–86 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
82
}
83
84
export function getCells() {
85
return page.getByRole(
'gridcell'
).elements();
86
}
87
88
export function getHeaderCells() {
89
return page.getByRole(
'columnheader'
).elements();
Callers
4
virtualization.test.ts
File · 0.90
renderCell.test.tsx
File · 0.90
renderSummaryCell.test.tsx
File · 0.90
summaryCellClass.test.ts
File · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected