Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/Comcast/react-data-grid
/ getCell
Function
getCell
test/browser/utils.tsx:58–60 ·
view source on GitHub ↗
(name: string)
Source
from the content-addressed store, hash-verified
56
}
57
58
export function getCell(name: string) {
59
return page.getByRole(
'gridcell'
, { name, exact: true });
60
}
61
62
export function getCellsNew(...names: readonly string[]) {
63
return names.map(getCell);
Callers
7
TreeDataGrid.test.tsx
File · 0.90
getRowByText
Function · 0.90
rowSelection.test.tsx
File · 0.90
events.test.tsx
File · 0.90
renderers.test.tsx
File · 0.90
renderEditCell.test.tsx
File · 0.90
getRowByCellName
Function · 0.85
Calls
no outgoing calls
Tested by
1
getRowByText
Function · 0.72