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.
add search to my table
I created a table with some help , now I would like to add a search to this , are there any examples to search from a table ?
fach hoch: I created a table with some help , now I would like to add a search to this , are there any examples to search from a table ?
you can use the filtering API and/or a container : https://vaadin.com/book/-/page/sqlcontainer.filteringsorting.html
http://java.dzone.com/articles/new-filter-api-vaadin-66
but you really need to search before asking here, reading the Book of Vaadin would be a good start :)