Important Notice - Forums is archived
To simplify things and help our users to be more productive, we have archived the current forum and focus our efforts on helping developers on Stack Overflow. You can post new questions on Stack Overflow or join our Discord channel.

Vaadin lets you build secure, UX-first PWAs entirely in Java.
Free ebook & tutorial.
List Questions
Hi,
Brand new to Vaadin, but I'm really excited so far!
I'm trying to figure out which vaadin control most closely resembled the .net ListView control. I tried the Table control, but I couldn't figure out how to make the rows selectable.
Any ideas?
Thanks
Hi, Grid is what you are looking for. See it in action and try it (you can see code snippets there, click the "i"). If you have any questions about it, just let me know here :)
Thanks! Is it possible to dynamically add rows and columns to grid dynamically without using a data source?
thanks
Yes it is. You can use Grid.setItems() and Grid.addColumn().