From 6f91fe153d1728e2460f9ac3b1486988fdc54176 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Agneray?= <francois.agneray@lam.fr> Date: Wed, 8 Sep 2021 14:28:18 +0200 Subject: [PATCH] Fixed bug datatable output display --- client/src/app/instance/search/containers/result.component.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/app/instance/search/containers/result.component.html b/client/src/app/instance/search/containers/result.component.html index acf54c83..e57e2aa6 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" -- GitLab