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

Method setNoDataRow

src/cdk/table/table.ts:818–820  ·  view source on GitHub ↗

Sets a no data row definition that was not included as a part of the content children.

(noDataRow: CdkNoDataRow | null)

Source from the content-addressed store, hash-verified

816
817 /** Sets a no data row definition that was not included as a part of the content children. */
818 setNoDataRow(noDataRow: CdkNoDataRow | null) {
819 this._customNoDataRow = noDataRow;
820 }
821
822 /**
823 * Updates the header sticky styles. First resets all applied styles with respect to the cells

Callers 2

ngAfterContentInitMethod · 0.80
ngAfterContentInitMethod · 0.80

Calls

no outgoing calls

Tested by 1

ngAfterContentInitMethod · 0.64