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 62062f7 commit 5474005Copy full SHA for 5474005
packages/resize-columns/src/js/ui-grid-column-resizer.js
@@ -120,6 +120,7 @@
120
// Get the column to the left of this one
121
var colIndex = renderContainer.visibleColumnCache.indexOf(col);
122
if (colIndex === 0) {
123
+ //set visibleColumnCache to 0 if colIndex is 0
124
return renderContainer.visibleColumnCache[0];
125
}
126
return renderContainer.visibleColumnCache[colIndex - 1 * rtlMultiplier];
0 commit comments