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

Method addRowDef

src/cdk/table/table.ts:784–786  ·  view source on GitHub ↗

Adds a row definition that was not included as part of the content children.

(rowDef: CdkRowDef<T>)

Source from the content-addressed store, hash-verified

782
783 /** Adds a row definition that was not included as part of the content children. */
784 addRowDef(rowDef: CdkRowDef<T>) {
785 this._customRowDefs.add(rowDef);
786 }
787
788 /** Removes a row definition that was not included as part of the content children. */
789 removeRowDef(rowDef: CdkRowDef<T>) {

Callers 2

ngAfterContentInitMethod · 0.80
ngAfterContentInitMethod · 0.80

Calls 1

addMethod · 0.45

Tested by 1

ngAfterContentInitMethod · 0.64