FlowingCode / TwinColGridAddon

TwinColGrid Vaadin Add-on
https://www.flowingcode.com/en/open-source/
Apache License 2.0
7 stars 7 forks source link

fix: make setValue clear the previous value #101

Closed javier-godoy closed 2 years ago

javier-godoy commented 2 years ago

The second parameter in the call to updateSelection must be the set of items to be removed from the selection (i.e. the items that were selected minus the items that are being selected).

This trace up to the initial commit https://github.com/FlowingCode/TwinColGridAddon/blame/396f518103548c4b0a76705bfb7bab8b23165c6e/src/main/java/com/flowingcode/vaadin/addons/twincolgrid/TwinColGrid.java#L310