We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5f8e10 commit 3d0ad2dCopy full SHA for 3d0ad2d
src/app/feature/study/pages/study-search/study-search.component.html
@@ -159,7 +159,7 @@ <h3>Search parameters</h3>
159
</ng-container>
160
161
<ng-container matColumnDef="reportedTrait">
162
- <th mat-header-cell *matHeaderCellDef mat-sort-header> REPORTED TRAITS</th>
+ <th mat-header-cell *matHeaderCellDef> REPORTED TRAITS</th>
163
<td mat-cell *matCellDef="let row">{{row?.reportedTrait || 'NA'}}</td>
164
165
0 commit comments