Adds a column definition that was not included as part of the content children.
(columnDef: CdkColumnDef)
| 772 | |
| 773 | /** Adds a column definition that was not included as part of the content children. */ |
| 774 | addColumnDef(columnDef: CdkColumnDef) { |
| 775 | this._customColumnDefs.add(columnDef); |
| 776 | } |
| 777 | |
| 778 | /** Removes a column definition that was not included as part of the content children. */ |
| 779 | removeColumnDef(columnDef: CdkColumnDef) { |