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 5d7ce6a commit 1e55f2bCopy full SHA for 1e55f2b
src/main/java/com/flowingcode/vaadin/addons/twincolgrid/TwinColGridListAdapter.java
@@ -103,7 +103,7 @@ public Registration addValueChangeListener(
103
}));
104
105
// sorting the grid changes its value under List::equals
106
- registrations.add(delegate.getRightGrid().addSortListener(ev -> {
+ registrations.add(delegate.getSelectionGrid().addSortListener(ev -> {
107
List<T> value = getValue();
108
ValueChangeEvent<List<T>> listEvent;
109
listEvent = new ValueChangeEventImpl(ev.isFromClient(), value);
0 commit comments