MCPcopy
hub / github.com/Comcast/react-data-grid / getRowByText

Function getRowByText

test/browser/rowSelection.test.tsx:51–53  ·  view source on GitHub ↗
(rowIdx: number)

Source from the content-addressed store, hash-verified

49}
50
51function getRowByText(rowIdx: number) {
52 return getRowByCell(getCell(String(rowIdx + 1)));
53}
54
55function testSelection(rowIdx: number, isSelected: boolean) {
56 return expect

Callers 3

testSelectionFunction · 0.85
toggleSelectionFunction · 0.85

Calls 2

getRowByCellFunction · 0.90
getCellFunction · 0.90

Tested by

no test coverage detected