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

Function getHeaderCells

src/material/table/table.spec.ts:1095–1097  ·  view source on GitHub ↗
(headerRow: Element)

Source from the content-addressed store, hash-verified

1093}
1094
1095function getHeaderCells(headerRow: Element): Element[] {
1096 return getElements(headerRow, 'th');
1097}
1098
1099function getFooterCells(footerRow: Element): Element[] {
1100 return getElements(footerRow, 'td');

Callers 1

getActualTableContentFunction · 0.70

Calls 1

getElementsFunction · 0.70

Tested by

no test coverage detected