diff --git a/src/app/demo/view/tabledemo.component.html b/src/app/demo/view/tabledemo.component.html index 7bf7af3..0c6ce0d 100644 --- a/src/app/demo/view/tabledemo.component.html +++ b/src/app/demo/view/tabledemo.component.html @@ -65,7 +65,7 @@ Status - + {{option.label}} @@ -79,7 +79,7 @@ Activity - +
{{activityValues[0]}} {{activityValues[1]}} @@ -95,7 +95,7 @@
-
+
@@ -164,10 +164,15 @@ {{customer.name}} {{customer.id}} - {{customer.country.name}} + + + {{customer.country.name}} + {{customer.date}} {{customer.company}} - {{customer.status}} + + {{customer.status}} + {{customer.activity}} {{customer.representative.name}} {{formatCurrency(customer.balance)}}