From c03b12a45469be6992dcb67e1af388d8a08b736a 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:57:32 +0300 Subject: [PATCH] fix table responsive --- src/app/demo/view/tabledemo.component.html | 18 +++++++-------- src/app/pages/app.crud.component.html | 27 ++++++++++++---------- 2 files changed, 24 insertions(+), 21 deletions(-) diff --git a/src/app/demo/view/tabledemo.component.html b/src/app/demo/view/tabledemo.component.html index 2f91b56..94c3d21 100644 --- a/src/app/demo/view/tabledemo.component.html +++ b/src/app/demo/view/tabledemo.component.html @@ -211,11 +211,11 @@ - {{product.name}} + {{product.name}} - {{product.price | currency:'USD'}} - {{product.category}} - + {{product.price | currency:'USD'}} + {{product.category}} + {{product.inventoryStatus}} @@ -279,20 +279,20 @@ - + {{customer.name}} - + {{customer.country.name}} - + {{customer.company}} - + {{customer.status}} - + {{customer.date}} diff --git a/src/app/pages/app.crud.component.html b/src/app/pages/app.crud.component.html index 2ce2640..77c074d 100644 --- a/src/app/pages/app.crud.component.html +++ b/src/app/pages/app.crud.component.html @@ -1,4 +1,4 @@ -
+
@@ -16,12 +16,12 @@ -
+
Manage Products
- - - - + + + +
@@ -47,19 +47,22 @@ Code {{product.code}} - Name + + Name {{product.name}} Image - Price + + Price {{product.price | currency:'USD'}} - Category + + Category {{product.category}} - Reviews + Reviews Status @@ -74,9 +77,9 @@
- + - +