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

Function getHeaderRows

src/cdk/table/table.spec.ts:3412–3414  ·  view source on GitHub ↗
(tableElement: Element)

Source from the content-addressed store, hash-verified

3410}
3411
3412function getHeaderRows(tableElement: Element): HTMLElement[] {
3413 return [].slice.call(tableElement.querySelectorAll('.cdk-header-row'))!;
3414}
3415
3416function getFooterRows(tableElement: Element): HTMLElement[] {
3417 return [].slice.call(tableElement.querySelectorAll('.cdk-footer-row'))!;

Callers 2

table.spec.tsFile · 0.70
getActualTableContentFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected