Like Vaadin grid :
https://demo.vaadin.com/sampler/#ui/grids-and-trees/grid/features
Hi @fala70
Please see here a similar idea that has got 22 votes already! Therefore, instead of creating another thread I would like to request you to vote there.
Hi, @fala70!
In fact, Vaadin Grid
has no built-in functionality such as column filter. In the example above it’s a manually added TextFiled
with ValueChangeListener
.
This means that DataGrid
already has the same functionality that you refer above. Please take a look at the Header and Footer section of the DataGrid documentation.
Regards,
Gleb