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

Function getFooterRows

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

Source from the content-addressed store, hash-verified

3414}
3415
3416function getFooterRows(tableElement: Element): HTMLElement[] {
3417 return [].slice.call(tableElement.querySelectorAll('.cdk-footer-row'))!;
3418}
3419
3420function getRows(tableElement: Element): HTMLElement[] {
3421 return getElements(tableElement, '.cdk-row');

Callers 2

table.spec.tsFile · 0.70
getActualTableContentFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected