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 fd35328 + 5a9d40f commit 55abeabCopy full SHA for 55abeab
src/templates/ui-grid/uiGridHeaderCell.html
@@ -1,7 +1,7 @@
1
<div ng-class="{ 'sortable': sortable }">
2
<div class="ui-grid-vertical-bar"> </div>
3
<div class="ui-grid-cell-contents" col-index="renderIndex">
4
- {{ col.displayName CUSTOM_FILTERS }}
+ <span>{{ col.displayName CUSTOM_FILTERS }}</span>
5
6
<span ui-grid-visible="col.sort.direction" ng-class="{ 'ui-grid-icon-up-dir': col.sort.direction == asc, 'ui-grid-icon-down-dir': col.sort.direction == desc, 'ui-grid-icon-blank': !col.sort.direction }">
7
0 commit comments