From 1b56d6e95cc092e2ffe053894b2b799e69e56506 Mon Sep 17 00:00:00 2001 From: Felix Date: Thu, 4 Jul 2019 16:10:50 +0100 Subject: [PATCH] Real table added to new section with sample data, dashboard 'total spend' is still broken - I can't figure out how I broke it in the first place :( --- src/app/dashboard/new-section.component.html | 45 ++++++++++++++------ 1 file changed, 31 insertions(+), 14 deletions(-) diff --git a/src/app/dashboard/new-section.component.html b/src/app/dashboard/new-section.component.html index e1b41fc..c80e223 100644 --- a/src/app/dashboard/new-section.component.html +++ b/src/app/dashboard/new-section.component.html @@ -1,16 +1,33 @@
- - - - - - - - - - - - -
NamePostcodeSpendCost
-
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
NamePostcodeSpend
Supplier's NameSupplier's PostcodeSupplier's Spend
Supplier 2's NameSupplier 2's PostcodeSupplier 2's Spend
Supplier 3's NameSupplier 3's PostcodeSupplier 3's Spend
+
+ \ No newline at end of file