File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/app/feature/study/pages/study-search Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -119,7 +119,7 @@ <h3>Search parameters</h3>
119119 < div class ="loading-shade " *ngIf ="isLoadingResults ">
120120 < mat-spinner *ngIf ="isLoadingResults "> </ mat-spinner >
121121 </ div >
122- < table mat-table [dataSource] ="dataSource " matSort (matSortChange) ="resetPaging() " multiTemplateDataRows >
122+ < table mat-table [dataSource] ="dataSource " matSort (matSortChange) ="resetPaging() " multiTemplateDataRows matSortActive =" accessionId " matSortDirection =" desc " >
123123
124124 < ng-container matColumnDef ="accessionId ">
125125 < th mat-header-cell *matHeaderCellDef mat-sort-header > GCST</ th >
@@ -166,7 +166,7 @@ <h3>Search parameters</h3>
166166 < ng-container matColumnDef ="note ">
167167 < th mat-header-cell *matHeaderCellDef > NOTE</ th >
168168 < td mat-cell *matCellDef ="let row " class ="ellipsis-col "> {{row?.notes?.toString() || 'NA'}}
169- < button mat-icon-button class ="float-right -top-8 -right-6 " (click) ="(expandedElement = expandedElement === row ? null : row); $event.stopPropagation() " *ngIf ="row?.notes ">
169+ < button mat-icon-button class ="float-right -top-7 -right-6 " (click) ="(expandedElement = expandedElement === row ? null : row); $event.stopPropagation() " *ngIf ="row?.notes ">
170170 < mat-icon *ngIf ="expandedElement !== row "> keyboard_arrow_down</ mat-icon >
171171 < mat-icon *ngIf ="expandedElement === row "> keyboard_arrow_up</ mat-icon >
172172 </ button >
You can’t perform that action at this time.
0 commit comments