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

Function getRows

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

Source from the content-addressed store, hash-verified

3418}
3419
3420function getRows(tableElement: Element): HTMLElement[] {
3421 return getElements(tableElement, '.cdk-row');
3422}
3423
3424function getCells(row: Element): HTMLElement[] {
3425 if (!row) {

Callers 4

table.spec.tsFile · 0.70
addInitialIndexAttributeFunction · 0.70
getActualTableContentFunction · 0.70

Calls 1

getElementsFunction · 0.70

Tested by

no test coverage detected