Removes a column definition that was not included as part of the content children.
(columnDef: CdkColumnDef)
| 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>) { |
no test coverage detected