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

Method multiTemplateDataRows

src/cdk/table/table.ts:549–551  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

547 */
548 @Input({transform: booleanAttribute})
549 get multiTemplateDataRows(): boolean {
550 return this._multiTemplateDataRows;
551 }
552 set multiTemplateDataRows(value: boolean) {
553 this._multiTemplateDataRows = value;
554

Callers

nothing calls this directly

Calls 2

_forceRenderDataRowsMethod · 0.95

Tested by

no test coverage detected