Modifs de styles sur les tableaux

This commit is contained in:
Sébastien André
2020-01-29 14:21:28 +01:00
parent 9dbabba5a2
commit 234d16925c
13 changed files with 24 additions and 26 deletions

View File

@@ -29,8 +29,8 @@
</table>
</div>
<div>
<label>By Rig</label>
<table mat-table [dataSource]="dsNbJumpByRig">
<label>By gear</label>
<table mat-table [dataSource]="dsNbJumpByGear">
<ng-container matColumnDef="label">
<td mat-cell *matCellDef="let element">{{element.label}}</td>
</ng-container>