MCPcopy
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
84export function getCells() {
85 return page.getByRole('gridcell').elements();
86}
87
88export function getHeaderCells() {
89 return page.getByRole('columnheader').elements();

Calls

no outgoing calls

Tested by

no test coverage detected