Skip to content

Commit 0548edc

Browse files
author
nlg
committed
Default sort behaviour on application list page set to name ascending
1 parent 58f043d commit 0548edc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/app/applications/applications-list/applications-table/applications-table.component.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
{{errorMessage | translate}}
88
</div>
99

10-
<table mat-table [dataSource]="data" class="example-table" matSort matSortActive="created" matSortDisableClear
11-
matSortDirection="desc">
10+
<table mat-table [dataSource]="data" class="example-table" matSort matSortActive="name" matSortDisableClear
11+
matSortDirection="asc">
1212

1313
<!-- Name Column -->
1414
<ng-container matColumnDef="name">

0 commit comments

Comments
 (0)