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.
Custom filtering header
Hello,
I want to build custom filtering header for vaadin tables.
Can you please give some examples or solution to this problem.
I want to add a combo box or text field that will refine the search in the table like excel columns.
Thanks, for Help.
Like this:
Hi! ... you can use this addon: https://vaadin.com/directory#!addon/filteringtable
Checkout the demos for correct use.
Another option could be to use grid component: https://vaadin.com/docs/-/part/framework/components/components-grid.html
Greetings!
Hi Martin!
Thanks for help. I use Table. i want to create add-on and grid without.
Another option do this?