From 6f6482613efcdd065db25f94629499734cff8074 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=87etin?= <69278826+cetincakiroglu@users.noreply.github.com> Date: Tue, 21 Dec 2021 15:27:33 +0300 Subject: [PATCH] fix frozen column table --- src/app/demo/view/tabledemo.component.html | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) 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)}}