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.
1 parent 7ab78bd commit d27510dCopy full SHA for d27510d
packages/core/src/js/factories/Grid.js
@@ -2440,7 +2440,7 @@ angular.module('ui.grid')
2440
if (gridRow !== null) {
2441
// This is the index of the row we want to scroll to, within the list of rows that can be visible
2442
var seekRowIndex = visRowCache.indexOf(gridRow);
2443
-
+
2444
// Total vertical scroll length of the grid
2445
var scrollLength = (self.renderContainers.body.getCanvasHeight() - self.renderContainers.body.getViewportHeight());
2446
0 commit comments