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

Function getHeaderRows

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

Source from the content-addressed store, hash-verified

1073}
1074
1075function getHeaderRows(tableElement: Element): Element[] {
1076 return [].slice.call(tableElement.querySelectorAll('.mat-mdc-header-row'))!;
1077}
1078
1079function getFooterRows(tableElement: Element): Element[] {
1080 return [].slice.call(tableElement.querySelectorAll('.mat-mdc-footer-row'))!;

Callers 1

getActualTableContentFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected