|
@ -15,7 +15,9 @@ |
|
|
</form> |
|
|
</form> |
|
|
<table class="gf-table w-100" mat-table [dataSource]="dataSource"> |
|
|
<table class="gf-table w-100" mat-table [dataSource]="dataSource"> |
|
|
<ng-container matColumnDef="index"> |
|
|
<ng-container matColumnDef="index"> |
|
|
<th *matHeaderCellDef class="px-1 py-2 text-right" mat-header-cell>#</th> |
|
|
<th *matHeaderCellDef class="px-1 py-2 text-right" mat-header-cell> |
|
|
|
|
|
# |
|
|
|
|
|
</th> |
|
|
<td *matCellDef="let element" class="px-1 py-2 text-right" mat-cell> |
|
|
<td *matCellDef="let element" class="px-1 py-2 text-right" mat-cell> |
|
|
{{ element.id }} |
|
|
{{ element.id }} |
|
|
</td> |
|
|
</td> |
|
|