Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/Comcast/react-data-grid
/ getRows
Function
getRows
test/browser/utils.tsx:70–72 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
68
}
69
70
export function getRows() {
71
return page.getByRole(
'row'
).elements().slice(1);
72
}
73
74
export function getRowsNew() {
75
return page.getByRole(
'row'
);
Callers
4
TreeDataGrid.test.tsx
File · 0.90
assertRows
Function · 0.90
assertRowIndexes
Function · 0.90
virtualization.test.ts
File · 0.90
Calls
no outgoing calls
Tested by
2
assertRows
Function · 0.72
assertRowIndexes
Function · 0.72