Grid row count when using client side filtering with vaadin-grid-filter

Hi. I’ve searched with Google and this forum and have not found a solution. I use a simple vaadin-grid which is populated with all items from the backend, so no data provider, lazy loading whatever.
In the column header renderers I use vaadin-grid-filter for filtering on the client side. How can I get the number of filtered items? Currently I use a workaround to listen to value-changes in the filters and filter all items manually into another array and take its length. But this is of course an overhead during coding and when running the application. This should be a basic functionality but I am unable to find a solution.
Thanks in advance
Olaf

1 Like

No solution, but more information about the topic can be found here [grid] filtering the grid does not dispatch a size-changed event · Issue #3473 · vaadin/web-components · GitHub

4 Likes