Skip to content

Commit

Permalink
fix(3901): Raise rowsVisibleChanged on setVisibleRows.
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremy-j-ackso committed Sep 10, 2016
1 parent 7748148 commit 801042b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/js/core/factories/Grid.js
Expand Up @@ -1391,6 +1391,7 @@ angular.module('ui.grid')
self.renderContainers[targetContainer].visibleRowCache.push(row);
}
}
self.api.core.raise.rowsVisibleChanged(this.api);
self.api.core.raise.rowsRendered(this.api);
};

Expand Down

0 comments on commit 801042b

Please sign in to comment.