diff --git a/src/app/demo/view/tabledemo.component.html b/src/app/demo/view/tabledemo.component.html
index fff7c05..7bf7af3 100644
--- a/src/app/demo/view/tabledemo.component.html
+++ b/src/app/demo/view/tabledemo.component.html
@@ -8,7 +8,7 @@
-
+
@@ -17,13 +17,13 @@
|
|
@@ -36,11 +36,11 @@
-
+
-
- {{option.name}}
+
+ {{option.name}}
@@ -51,7 +51,7 @@
|
@@ -98,30 +98,30 @@
-
+ |
{{customer.name}}
|
-
+ |
{{customer.country.name}}
|
-
+ |
{{customer.representative.name}}
|
-
+ |
{{customer.date | date: 'MM/dd/yyyy'}}
|
-
+ |
{{customer.balance | currency:'USD':'symbol'}}
|
-
+ |
{{customer.status}}
|
-
+ |
|
-
+ |
|
@@ -131,6 +131,11 @@
No customers found. |
+
+
+ Loading customers data. Please wait. |
+
+
@@ -176,7 +181,7 @@
| |