Adds a header row definition that was not included as part of the content children.
(headerRowDef: CdkHeaderRowDef)
| 792 | |
| 793 | /** Adds a header row definition that was not included as part of the content children. */ |
| 794 | addHeaderRowDef(headerRowDef: CdkHeaderRowDef) { |
| 795 | this._customHeaderRowDefs.add(headerRowDef); |
| 796 | this._headerRowDefChanged = true; |
| 797 | } |
| 798 | |
| 799 | /** Removes a header row definition that was not included as part of the content children. */ |
| 800 | removeHeaderRowDef(headerRowDef: CdkHeaderRowDef) { |