* Forces a re-render of the data rows. Should be called in cases where there has been an input * change that affects the evaluation of which rows should be rendered, e.g. toggling * `multiTemplateDataRows` or adding/removing row definitions.
()
| 1429 | * `multiTemplateDataRows` or adding/removing row definitions. |
| 1430 | */ |
| 1431 | private _forceRenderDataRows() { |
| 1432 | this._dataDiffer.diff([]); |
| 1433 | this._rowOutlet.viewContainer.clear(); |
| 1434 | this.renderRows(); |
| 1435 | } |
| 1436 | |
| 1437 | /** |
| 1438 | * Checks if there has been a change in sticky states since last check and applies the correct |
no test coverage detected