Skip to content

Commit 65417da

Browse files
committed
Merge pull request #4013 from alam123/issue_3828
fix(core): footerCellClass function gets called only once
2 parents 0303942 + e77aaf0 commit 65417da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
var dataChangeDereg = $scope.grid.registerDataChangeCallback( updateClass, [uiGridConstants.dataChange.COLUMN]);
7070
// listen for visible rows change and update aggregation values
7171
$scope.grid.api.core.on.rowsRendered( $scope, $scope.col.updateAggregationValue );
72-
72+
$scope.grid.api.core.on.rowsRendered( $scope, updateClass );
7373
$scope.$on( '$destroy', dataChangeDereg );
7474
}
7575
};

0 commit comments

Comments
 (0)