<table mat-table [dataSource]="dataSource" class="table" matSort> <ng-container *ngFor="let column of columns" [matColumnDef]="column.key"> <mat-header-cell ...
確定! 回上一頁