我正在使用Angular Material表,并且已经构建了一个https://github.com/angular/components/tree/master/src/material-examples/table-wrapped之类的包装表。有没有办法可以在包装好的表中mat-text-column
?当我执行以下操作时:
<wrapper-table [dataSource]="dataSource" [columns]="displayedColumns" matSort #sort="matSort">
<mat-text-column name="firstName"></mat-text-column>
</wrapper-table>
我得到Error: Could not find column with id "firstName".