diff --git a/src/app/demo/view/tabledemo.component.html b/src/app/demo/view/tabledemo.component.html
index e91fc10..1503529 100644
--- a/src/app/demo/view/tabledemo.component.html
+++ b/src/app/demo/view/tabledemo.component.html
@@ -101,7 +101,7 @@
{{customer.name}}
|
-
+ |
{{customer.country.name}}
|
@@ -140,7 +140,7 @@
Frozen Columns
-
+
@@ -152,7 +152,7 @@
Status |
Activity |
Representative |
- Balance |
+ Balance |
@@ -165,7 +165,7 @@
{{customer.status}} |
{{customer.activity}} |
{{customer.representative.name}} |
- {{formatCurrency(customer.balance)}} |
+ {{formatCurrency(customer.balance)}} |