[ACS-6031] Minimum width and tooltip added for column header (#9093)

* Minimum width and tooltip added for column header

* updated min width

* Reverted the changes as per review comments
This commit is contained in:
pkunduGL
2023-12-05 12:25:44 +05:30
committed by GitHub
parent a3fa0f316b
commit 8fa37a54a7

View File

@@ -74,7 +74,7 @@
></span>
<ng-container *ngIf="!col.header">
<span *ngIf="col.title" class="adf-datatable-cell-value">{{col.title | translate}}</span>
<span *ngIf="col.title" matTooltip="{{col.title | translate}}" class="adf-datatable-cell-value">{{col.title | translate}}</span>
<span *ngIf="col.title && col.sortable && isDraggingHeaderColumn" class="adf-sr-only" aria-live="polite">
{{ getSortLiveAnnouncement(col) | translate: { string: col.title | translate } }}