Skip to content

Commit 8ea3557

Browse files
authored
Merge pull request #24 from bci-oss/feature/emove-sem-explanation
Remove semantic explanation from table header
2 parents a8fa6eb + ae658de commit 8ea3557

File tree

1 file changed

+8
-12
lines changed

1 file changed

+8
-12
lines changed

libs/schematic/generators/ng-generate/components/shared/methods/generation/extended-table.html.template

Lines changed: 8 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -51,18 +51,14 @@
5151
<%= options.templateHelper.isNumberProperty(value.property) ? `class="table-header-number"` : '' %>
5252
[esmfResizeColumn]="true" (dragging)='dragging = $event'
5353
>
54-
<span data-test="table-header-text">
55-
{{ '<%= propertyLocaleKeyPath %>.preferredName' | transloco }}
56-
</span>
57-
<mat-icon
58-
class="table-header-icon material-icons"
59-
*ngIf="!headerTooltipsOff"
60-
[matTooltip]="'<%= propertyLocaleKeyPath %>.description' | transloco"
61-
(click)="$event.stopPropagation()"
62-
matTooltipClass="table-column-tooltip"
63-
matTooltipPosition="above"
64-
data-test="column-info-icon"
65-
>info_outlined</mat-icon>
54+
<span
55+
[matTooltipDisabled]="headerTooltipsOff"
56+
[matTooltip]="'<%= propertyLocaleKeyPath %>.description' | transloco"
57+
matTooltipPosition="above"
58+
data-test="table-header-text"
59+
>
60+
{{ '<%= propertyLocaleKeyPath %>.preferredName' | transloco }}
61+
</span>
6662
</th>
6763

6864
<td data-test="table-cell"

0 commit comments

Comments
 (0)