Important Notice - Forums is archived
To simplify things and help our users to be more productive, we have archived the current forum and focus our efforts on helping developers on Stack Overflow. You can post new questions on Stack Overflow or join our Discord channel.

Vaadin lets you build secure, UX-first PWAs entirely in Java.
Free ebook & tutorial.
I dream of... MFilterTable
Hi guys,
Did anybody make a try working with Viritin lightweight containers (LazyList, ListContainer...) and FilterTable addon ?
I'm currently looking at alternatives to my JPAContainer / FilterTable that's having hard time with big table handlings.
I'm dreaming of an MFilterTable that join filtering ease with efficient container.
Any hint or clue ...?
Regards
Sebastien
Ok, my bad, I had to dig deeper in Viritin. I can see SortableLazyList and FilterableListContainer, probably a good starting point.
But if somebody has any other clue, do not hesitate ;-)
Regards
I think I looked into this for a short period once, but the FilterTable had its filtering quite tightly bolted with the Container API, so I decided to do something more productive. With Grid you can add arbitrary components to header cells, so that could be a better starting point for this use case.
cheers,
matti