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

Function getFooterRows

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

Source from the content-addressed store, hash-verified

1077}
1078
1079function getFooterRows(tableElement: Element): Element[] {
1080 return [].slice.call(tableElement.querySelectorAll('.mat-mdc-footer-row'))!;
1081}
1082
1083function getRows(tableElement: Element): Element[] {
1084 return getElements(tableElement, '.mat-mdc-row');

Callers 1

getActualTableContentFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected