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

Function getCells

src/material/table/table.spec.ts:1087–1093  ·  view source on GitHub ↗
(row: Element)

Source from the content-addressed store, hash-verified

1085}
1086
1087function getCells(row: Element): Element[] {
1088 if (!row) {
1089 return [];
1090 }
1091
1092 return getElements(row, 'td');
1093}
1094
1095function getHeaderCells(headerRow: Element): Element[] {
1096 return getElements(headerRow, 'th');

Callers 1

getActualTableContentFunction · 0.70

Calls 1

getElementsFunction · 0.70

Tested by

no test coverage detected