From: Stephanie Leary Date: Wed, 15 Mar 2023 18:30:41 +0000 (+0000) Subject: Restore column heading links for sorting X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=84c1fb8e6b078d6fd4dc6ea6dbc24fc2319dff45;p=working%2FEvergreen.git Restore column heading links for sorting Signed-off-by: Stephanie Leary --- diff --git a/Open-ILS/src/eg2/src/app/share/grid/grid-header.component.html b/Open-ILS/src/eg2/src/app/share/grid/grid-header.component.html index a5f8c3b196..7734ee3dcd 100644 --- a/Open-ILS/src/eg2/src/app/share/grid/grid-header.component.html +++ b/Open-ILS/src/eg2/src/app/share/grid/grid-header.component.html @@ -23,18 +23,15 @@ (dragleave)="onColumnDragLeave($event, col)" [ngClass]="{'dragover' : col.isDragTarget}" class="eg-grid-cell eg-grid-header-cell eg-grid-col-{{col.name}} eg-grid-type-{{col.datatype}} eg-grid-class-{{context.idlClass}} {{context.cellClassCallback(row, col)}}"> - {{col.headerLabel}} -
- - -
+ *ngIf="isColumnSorting(col, 'DESC')">arrow_downwards + + {{col.headerLabel}}