You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SelectionFilter works by deselecting an item if it cannot be selected.
If the grid has single selection mode, this approach causes flickering (because deselection is handled in the server side)
I was able to reproduce this in Vaadin 24, but I also see that the "active" checkbox is not working well in the All features tab. If I put all the items as "active" some of them still work as inactive and cause the flickering.
SelectionFilter works by deselecting an item if it cannot be selected.
If the grid has single selection mode, this approach causes flickering (because deselection is handled in the server side)
GridHelpers/src/main/java/com/flowingcode/vaadin/addons/gridhelpers/SelectionFilterHelper.java
Lines 93 to 96 in 9d9afa5
Vaadin 23.2.10 / grid-helpers 0.3.2-snapshot
The text was updated successfully, but these errors were encountered: