[update] - change name in lsit

This commit is contained in:
2024-09-20 15:48:19 +07:00
parent 80b9172602
commit 2a401eec51

View File

@@ -42,12 +42,12 @@
</ng-container> </ng-container>
<ng-container matColumnDef="userName"> <ng-container matColumnDef="userName">
<th mat-header-cell *matHeaderCellDef class="tal" width="150">Username</th> <th mat-header-cell *matHeaderCellDef class="tal" width="150">ชื่อยูเซอร์</th>
<td mat-cell *matCellDef="let item" class="whitespace-nowrap">{{item.userName }}</td> <td mat-cell *matCellDef="let item" class="whitespace-nowrap">{{item.userName }}</td>
</ng-container> </ng-container>
<ng-container matColumnDef="email"> <ng-container matColumnDef="email">
<th mat-header-cell *matHeaderCellDef class="tac" width="100">Email</th> <th mat-header-cell *matHeaderCellDef class="tac" width="100">อีเมล</th>
<td mat-cell *matCellDef="let item" class="tac">{{item.email}}</td> <td mat-cell *matCellDef="let item" class="tac">{{item.email}}</td>
</ng-container> </ng-container>
@@ -62,7 +62,7 @@
</ng-container> </ng-container>
<ng-container matColumnDef="id"> <ng-container matColumnDef="id">
<th mat-header-cell *matHeaderCellDef class="tac" width="100">Id</th> <th mat-header-cell *matHeaderCellDef class="tac" width="100">ไอดี</th>
<td mat-cell *matCellDef="let item" class="tac">{{item.id}}</td> <td mat-cell *matCellDef="let item" class="tac">{{item.id}}</td>
</ng-container> </ng-container>