MCPcopy Create free account
hub / github.com/angular/components / getRows

Function getRows

src/material/table/table.spec.ts:1083–1085  ·  view source on GitHub ↗
(tableElement: Element)

Source from the content-addressed store, hash-verified

1081}
1082
1083function getRows(tableElement: Element): Element[] {
1084 return getElements(tableElement, '.mat-mdc-row');
1085}
1086
1087function getCells(row: Element): Element[] {
1088 if (!row) {

Callers 1

getActualTableContentFunction · 0.70

Calls 1

getElementsFunction · 0.70

Tested by

no test coverage detected