Pull request #298: TV-973 sorting deltagarlistan, not Status column

Merge in TEA/mina-sidor-fa-web from feature/TV-973 to develop

Squashed commit of the following:

commit c29a2f0057b1c056202eba250ff94d38f3164c22
Author: fueno <nicolas.fuentes-maturana@arbetsformedlingen.se>
Date:   Wed Dec 22 14:46:28 2021 +0100

    TV-973 sorting deltagarlistan, not Status column
This commit is contained in:
Armin Burazerovic
2021-12-23 09:37:18 +01:00
parent 39b93839dc
commit 59a3550f71

View File

@@ -12,7 +12,8 @@
<tr>
<th scope="col" class="deltagare-list__column-head" *ngFor="let column of columnHeaders">
{{column.label}}
<!-- <button
<button
*ngIf="column.label !== 'Status'"
class="deltagare-list__sort-button"
[attr.id]="'sort-button-' + column.key"
(click)="handleSort(column.key)"
@@ -27,7 +28,7 @@
*ngIf="sort.order === orderType.DESC"
></digi-icon-caret-down>
</ng-container>
</button> -->
</button>
</th>
</tr>
</thead>