You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: