Skip to content

Commit

Permalink
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/features/pinning/js/pinning.js
Original file line number Diff line number Diff line change
@@ -104,6 +104,7 @@
},
action: function () {
this.context.col.renderContainer = 'left';
this.context.col.width = this.context.col.drawnWidth;
this.context.col.grid.createLeftContainer();

// Need to call refresh twice; once to move our column over to the new render container and then
@@ -123,6 +124,7 @@
},
action: function () {
this.context.col.renderContainer = 'right';
this.context.col.width = this.context.col.drawnWidth;
this.context.col.grid.createRightContainer();


0 comments on commit 9e022ba

Please sign in to comment.