From 829b75ce56a6c101b9858d5d4d06ae91778897af Mon Sep 17 00:00:00 2001 From: Dan Date: Tue, 11 Feb 2025 13:24:54 +0100 Subject: [PATCH] Added Marketprice to holdings table and sticky end to sorted table + Reduced column width of name column --- .../holdings-table.component.html | 48 +++++++++++++++++-- .../holdings-table.component.scss | 20 ++++++++ .../holdings-table.component.ts | 1 + 3 files changed, 64 insertions(+), 5 deletions(-) diff --git a/libs/ui/src/lib/holdings-table/holdings-table.component.html b/libs/ui/src/lib/holdings-table/holdings-table.component.html index 5e4526fdc..0fb8b9b0a 100644 --- a/libs/ui/src/lib/holdings-table/holdings-table.component.html +++ b/libs/ui/src/lib/holdings-table/holdings-table.component.html @@ -21,13 +21,17 @@ Name - +
{{ element.name }} @if (element.name === element.symbol) { @@ -63,8 +67,34 @@
+ + + Marketprice + Price + + +
+ +
+ +
- + - + - +