We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78a90e7 commit a364886Copy full SHA for a364886
src/js/core/directives/ui-grid-header-cell.js
@@ -45,7 +45,7 @@
45
var label = sortDirectionText;
46
47
if ($scope.isSortPriorityVisible()) {
48
- label = label + '. ' + $scope.i18n.headerCell.priority + ' ' + col.sort.priority;
+ label = label + '. ' + $scope.i18n.headerCell.priority + ' ' + (col.sort.priority + 1);
49
}
50
return label;
51
};
0 commit comments