Merge branch 'dev' into SES-163

This commit is contained in:
Natalia Gawron 2021-01-12 17:44:41 +01:00
commit d9d3fba1b2

View File

@ -3,8 +3,8 @@
<input matInput (keyup)="applyFilter($event)" placeholder="Ex. Sword" #input> <input matInput (keyup)="applyFilter($event)" placeholder="Ex. Sword" #input>
</mat-form-field> </mat-form-field>
<div> <div class="mat-elevation-z8">
<table mat-table [dataSource]="dataSource" matSort class="w-100 mat-elevation-z8"> <table mat-table [dataSource]="dataSource" matSort class="w-100">
<ng-container matColumnDef="Name"> <ng-container matColumnDef="Name">
<th mat-header-cell *matHeaderCellDef mat-sort-header> Name </th> <th mat-header-cell *matHeaderCellDef mat-sort-header> Name </th>