Browse Source

Set name column to sticky

pull/5095/head
Thomas Kaul 2 months ago
parent
commit
ad7fcfd606
  1. 2
      libs/ui/src/lib/benchmark/benchmark.component.html

2
libs/ui/src/lib/benchmark/benchmark.component.html

@ -7,7 +7,7 @@
matSortDirection="asc"
[dataSource]="dataSource"
>
<ng-container matColumnDef="name">
<ng-container matColumnDef="name" sticky>
<th *matHeaderCellDef class="px-2" i18n mat-header-cell mat-sort-header>
Name
</th>

Loading…
Cancel
Save