scaladin
scaladin copied to clipboard
Grid filterable?
How do I access the Filter functionality?
https://vaadin.com/book/-/page/components.grid.html#components.grid.filtering
I can't see any sign of
https://vaadin.com/api/com/vaadin/data/util/IndexedContainer.html#IndexedContainer()
Container.Filterable
e.g.
class IndexedContainer(override val p: com.vaadin.data.util.IndexedContainer with IndexedContainerMixin = new com.vaadin.data.util.IndexedContainer with IndexedContainerMixin) extends Container.Sortable with Container.Indexed
Thanks.
Is there a way to do this?
Thanks.
Container.Filterable + Container.Filter are now implemented but wrappers for built-in filters (And, Or, ...) are missing..