mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[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:
@@ -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 } }}
|
||||
|
Reference in New Issue
Block a user