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

Function getFooterCells

src/material/table/table.spec.ts:1099–1101  ·  view source on GitHub ↗
(footerRow: Element)

Source from the content-addressed store, hash-verified

1097}
1098
1099function getFooterCells(footerRow: Element): Element[] {
1100 return getElements(footerRow, 'td');
1101}
1102
1103function getActualTableContent(tableElement: Element): string[][] {
1104 let actualTableContent: Element[][] = [];

Callers 1

getActualTableContentFunction · 0.70

Calls 1

getElementsFunction · 0.70

Tested by

no test coverage detected