scaladin icon indicating copy to clipboard operation
scaladin copied to clipboard

Grid filterable?

Open fancellu opened this issue 9 years ago • 2 comments

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.

fancellu avatar Jun 01 '15 15:06 fancellu

Is there a way to do this?

Thanks.

fancellu avatar Jul 24 '15 22:07 fancellu

Container.Filterable + Container.Filter are now implemented but wrappers for built-in filters (And, Or, ...) are missing..

henrikerola avatar Jul 25 '15 05:07 henrikerola