<tr *ngFor="let emp of Employee; let i = index" (click)="ClickedRow(i)" [class.active]="i == HighlightRow">; <td>{{emp.Id}}</td> ...
確定! 回上一頁