Browse Source

Feature/set performance column of holdings table to stick at end (#3353)

* Set up stickyEnd in performance column

* Update changelog
pull/3360/head
Thomas Kaul 9 months ago
committed by GitHub
parent
commit
4416ba0c88
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 1
      CHANGELOG.md
  2. 2
      libs/ui/src/lib/holdings-table/holdings-table.component.html

1
CHANGELOG.md

@ -16,6 +16,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed
- Set the performance column of the holdings table to stick at the end
- Skipped the caching in the portfolio calculator if there are active filters (experimental)
### Fixed

2
libs/ui/src/lib/holdings-table/holdings-table.component.html

@ -109,7 +109,7 @@
</td>
</ng-container>
<ng-container matColumnDef="performance">
<ng-container matColumnDef="performance" stickyEnd>
<th
*matHeaderCellDef
class="justify-content-end px-1"

Loading…
Cancel
Save