fix services sort
This commit is contained in:
parent
c8a10eb73c
commit
3dc5c5f131
@ -3,7 +3,7 @@
|
|||||||
<p *ngIf="!services || services.length == 0">{{'services.empty' | i18n}}</p>
|
<p *ngIf="!services || services.length == 0">{{'services.empty' | i18n}}</p>
|
||||||
|
|
||||||
|
|
||||||
<table *ngIf="services && services.length > 0" mat-table matSort [dataSource]="services" (matSortChange)="sortData($event)" matSortActive="name" matSortDirection="desc">
|
<table *ngIf="services && services.length > 0" mat-table matSort [dataSource]="services" (matSortChange)="sortData($event)" matSortActive="name" matSortDirection="asc">
|
||||||
|
|
||||||
<ng-container matColumnDef="icon">
|
<ng-container matColumnDef="icon">
|
||||||
<th mat-header-cell *matHeaderCellDef> </th>
|
<th mat-header-cell *matHeaderCellDef> </th>
|
||||||
|
Loading…
Reference in New Issue
Block a user