<table mat-table [dataSource]="dataSource" matSort> <ng-container *ngFor="let column of columns" matColumnDef="{{ column.name }}"> <th ...
確定! 回上一頁