Browse Source

Set up stickyEnd in performance column

pull/3353/head
Thomas Kaul 1 year ago
parent
commit
d8a2e1e697
  1. 2
      libs/ui/src/lib/holdings-table/holdings-table.component.html

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