Sets a no data row definition that was not included as a part of the content children.
(noDataRow: CdkNoDataRow | null)
| 816 | |
| 817 | /** Sets a no data row definition that was not included as a part of the content children. */ |
| 818 | setNoDataRow(noDataRow: CdkNoDataRow | null) { |
| 819 | this._customNoDataRow = noDataRow; |
| 820 | } |
| 821 | |
| 822 | /** |
| 823 | * Updates the header sticky styles. First resets all applied styles with respect to the cells |
no outgoing calls