From 0669575cb845a42edbc045e872f6cd26ee507a7d Mon Sep 17 00:00:00 2001 From: Eugenio Romano Date: Tue, 20 Jun 2017 18:51:21 +0100 Subject: [PATCH] fix loading state excluding other state during the loading (#1991) --- .../datatable/datatable.component.html | 67 ++++++++++--------- 1 file changed, 35 insertions(+), 32 deletions(-) diff --git a/ng2-components/ng2-alfresco-datatable/src/components/datatable/datatable.component.html b/ng2-components/ng2-alfresco-datatable/src/components/datatable/datatable.component.html index e819ad879f..8828ba883a 100644 --- a/ng2-components/ng2-alfresco-datatable/src/components/datatable/datatable.component.html +++ b/ng2-components/ng2-alfresco-datatable/src/components/datatable/datatable.component.html @@ -29,6 +29,7 @@ + - - - - -
- -
- {{asIconValue(row, col)}} - {{ iconAltTextKey(data.getValue(row, col)) | translate }} -
-
- {{ iconAltTextKey(data.getValue(row, col)) | translate }} -
-
- -
-
- -
+ + + + +
+ +
+ {{asIconValue(row, + col)}} + {{ iconAltTextKey(data.getValue(row, col)) | translate }} +
+
+ {{ iconAltTextKey(data.getValue(row, col)) | translate }} +
+
+ +
+
+ +
@@ -125,6 +127,7 @@ +