标签: angular typescript angular-material mat-table
我需要通过选择实现垂直(列作为行和垂直数据)。 有一些关于反转表的想法(例如here),但是没有关于选择数据的想法(在这种情况下为“数据列”),或者只是切换列 目前,我正在使用angulad / cdk中的SelectionModel(带有标准水平表)和 <mat-row *matRowDef="let row; columns: displayedColumns;" (click)="selection.toggle(row)">
SelectionModel
<mat-row *matRowDef="let row; columns: displayedColumns;" (click)="selection.toggle(row)">