Adds a row definition that was not included as part of the content children.
(rowDef: CdkRowDef<T>)
| 782 | |
| 783 | /** Adds a row definition that was not included as part of the content children. */ |
| 784 | addRowDef(rowDef: CdkRowDef<T>) { |
| 785 | this._customRowDefs.add(rowDef); |
| 786 | } |
| 787 | |
| 788 | /** Removes a row definition that was not included as part of the content children. */ |
| 789 | removeRowDef(rowDef: CdkRowDef<T>) { |