MCPcopy Index your code
hub / github.com/angular/components / _forceRenderDataRows

Method _forceRenderDataRows

src/cdk/table/table.ts:1431–1435  ·  view source on GitHub ↗

* 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.

()

Source from the content-addressed store, hash-verified

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

Callers 2

multiTemplateDataRowsMethod · 0.95
_renderUpdatedColumnsMethod · 0.95

Calls 2

renderRowsMethod · 0.95
clearMethod · 0.65

Tested by

no test coverage detected