Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Grid filterable? #69

Open
fancellu opened this issue Jun 1, 2015 · 2 comments
Open

Grid filterable? #69

fancellu opened this issue Jun 1, 2015 · 2 comments

Comments

@fancellu
Copy link

fancellu commented Jun 1, 2015

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
Copy link
Author

Is there a way to do this?

Thanks.

@henrikerola
Copy link
Owner

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants