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 2 weeks ago committed by GitHub
parent 486de968a2
commit 4416ba0c88
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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

@ -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