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 b4abb41 commit d7cc6a4Copy full SHA for d7cc6a4
src/main/java/com/flowingcode/vaadin/addons/twincolgrid/TwinColGrid.java
@@ -339,6 +339,8 @@ public TwinColGrid<T> withOrientation(Orientation orientation) {
339
if (this.orientation != orientation) {
340
this.orientation = orientation;
341
updateContainerLayout();
342
+ available.grid.getDataProvider().refreshAll();
343
+ selection.grid.getDataProvider().refreshAll();
344
}
345
return this;
346
0 commit comments