Skip to content

Commit 5265115

Browse files
committed
Fix(aggregation): fix #2576 change aggregation to listen for columns change
1 parent 69420a2 commit 5265115

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/js/core/directives/ui-grid-footer-cell.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,8 @@
4747
updateClass();
4848
}
4949

50+
$scope.col.updateAggregationValue();
51+
5052
// Watch for column changes so we can alter the col cell class properly
5153
/* shouldn't be needed any more, given track by col.name
5254
$scope.$watch('col', function (n, o) {

0 commit comments

Comments
 (0)