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.
table filtering
Hi:
Can a table be filtered without filtering its container?....I want to do this because I have two separate tables with the same container but different filters....(it is a SQL Container by the way)
regards,
Hugo
I don't believe so, no.
You might want to look into developing a filtering container that sits in front of another container (and so each table could have it's own proxy-filtering container) - but I suspect that would be quite tricky (and would almost certainly mean that all the rows would needed to be loaded into memory at the same time).
Cheers,
Charles.