Simple example of filtering items in a grid in Vaadin Flow 14
问题 I want to suppress the display of some items in a Grid widget in Vaadin Flow 14. For example, if the user enters a year in a IntegerField widget, I want the grid to show only items with an associated date before that year. Items with a date on or after that date should disappear. If the user changes the year number, the filtering should be re-applied with fewer or more items displayed appropriately in the grid. I have seen filters on Grid discussed but cannot wrap my head around the various