Skip to content

Commit 15a1e66

Browse files
ronansimportuga
authored andcommitted
Fix #4949 - pinnedRight adding an extra blank column
1 parent 18010f1 commit 15a1e66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/js/core/factories/GridRenderContainer.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -627,7 +627,7 @@ angular.module('ui.grid')
627627
// Skip hidden columns
628628
if (!column.visible) { return; }
629629

630-
if(pinRightColumn) {
630+
if (pinRightColumn) {
631631
availableWidth += self.grid.scrollbarWidth;
632632
}
633633

0 commit comments

Comments
 (0)