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

Method removeColumnDef

src/cdk/table/table.ts:779–781  ·  view source on GitHub ↗

Removes a column definition that was not included as part of the content children.

(columnDef: CdkColumnDef)

Source from the content-addressed store, hash-verified

777
778 /** Removes a column definition that was not included as part of the content children. */
779 removeColumnDef(columnDef: CdkColumnDef) {
780 this._customColumnDefs.delete(columnDef);
781 }
782
783 /** Adds a row definition that was not included as part of the content children. */
784 addRowDef(rowDef: CdkRowDef<T>) {

Callers 3

ngOnDestroyMethod · 0.80
ngOnDestroyMethod · 0.80
ngOnDestroyMethod · 0.80

Calls 1

deleteMethod · 0.65

Tested by

no test coverage detected