FlowingCode / TwinColGridAddon

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

Move all buttons ignore applied filters #76

Closed paodb closed 3 years ago

paodb commented 3 years ago

This comes from directory:

I think the default semantics of ">>" and "<<" should be that only filtered items should be moved. My users find it surprising when >> ignores applied filters.

e.g. if I have a set {Apple, Banana, Celery} and filter by "n", not only should only Banana be visible on the left, but only Banana should be moved to the right on ">>".

hy8246 commented 3 years ago

Here is the PR for this issue: https://github.com/FlowingCode/TwinColGridAddon/pull/77