Minor request: I too would like to see a select all button integrated into the component.
This can be achieved by adding an external button to select all items, or then adding a custom item in the data set.
Question: with Vaadin 14.2 do I use 3.0.2 (which says platform 14+) or 2.5.0?
With Vaadin 14.2 you should use version 2.5.0. The confusion is here because Vaadin Directory does not have vaadin 15 or vaadin 16 listed here so I used 14+ :-\
Thanks, yeah, creating something myself for the “select all” should be doable too, of course.
With Vaadin 14.2 you should use version 2.5.0. The confusion is here because Vaadin Directory does not have vaadin 15 or vaadin 16 listed here so I used 14+ :-\
Ah, right. I did read the versioning comments that’s why the 14+ confused me, but I now see where that comes from. I’ll stick with 2.5.0 for Vaadin 14.2 then ;)
That’s funny, because I interpreted the 14+ to mean that with NPM mode and Vaadin 14.2 we should use the component v3.0.2 and only with Bower mode we should use v2.5.0. Since I’m on Vaadin 14.2 with NPM mode I put v3.0.2 in my app and it seemed to work perfectly. After reading this thread I have changed it back to v2.5.0, though.
Yeah it can be a bit misleading :) I have tried to keep the docs as up to date as possible but it’s still quite easy to get those mixed up. Glad you were able to figure it out.