We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a2ac88c + 21b4209 commit 71d78afCopy full SHA for 71d78af
app/code/Magento/Ui/view/base/web/templates/grid/controls/columns.html
@@ -16,7 +16,9 @@
16
disable="isDisabled($col())"
17
ko-checked="$col().visible"
18
attr="id: ++ko.uid"/>
19
- <label class="admin__field-label" text="$col().label" attr="for: ko.uid"/>
+ <label class="admin__field-label"
20
+ text="$col().label"
21
+ attr="for: ko.uid, title: $col().label"/>
22
</div>
23
24
<div class="admin__action-dropdown-menu-footer">
0 commit comments