I want to load in the grid Users that only has the name “Peter”
and age 23 .
There is an example here: Grid | Components | Vaadin Docs
Share your code, your question is unclear
The example shared by JC made me blush, wrote a slightly simpler version based on that: grid-filtering-example/src/main/java/org/example/views/GridColumnFiltering.java at master · mstahv/grid-filtering-example · GitHub
There’s also Binding Items to Components | Data Binding | Vaadin Docs and Binding Items to Components | Data Binding | Vaadin Docs
Yeah, those look much better ![]()
Thanks !
And btw I’m trying to filter the grid items by a combobox if that is possible
Not with a normal filter
That is for sure possible as well, same principle there.
Is there an example how to do it ?