diff --git a/client/src/app/instance/search/containers/result.component.html b/client/src/app/instance/search/containers/result.component.html
index acf54c8359b50209b18b4195add2d50e2c2fb5d7..e57e2aa6ea83613a6fb4737817d6f3ae629f705e 100644
--- a/client/src/app/instance/search/containers/result.component.html
+++ b/client/src/app/instance/search/containers/result.component.html
@@ -74,7 +74,7 @@
                 [datasetSelected]="datasetSelected | async"
                 [instance]="instance | async"
                 [datasetList]="datasetList | async"
-                [attributeList]="attributeList | async"
+                [attributeList]="attributeList | async | sortByOutputDisplay"
                 [outputList]="outputList | async"
                 [queryParams]="queryParams | async"
                 [dataLength]="dataLength | async"