79489974

Date: 2025-03-06 16:14:06
Score: 1.5
Natty:
Report link

Usually you create a Filter Class with all fields you want to filter, so it might has a strong similarity to the bean you display in the grid. And the instance of the filter class can be applied to the data view, which returns when you set items to the grid component.

There is a pretty good example in the Filtering section of the documentation. https://vaadin.com/docs/latest/components/grid#filtering

Reasons:
  • No code block (0.5):
  • Low reputation (1):
Posted by: Sebastian Kühnau