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.
GRID VAADIN AND DEFAULT SortOrder
Hello, I am using a grid of vaadin using BeanItemContainer , my grid is separated to many screen by pagination,I want to change default sort in column so instad of sorting only items in current screen it sort all itemContainer
Can you help me please?
Hi!
I suppose that would depend a lot on how you do your pagination. If you use the PagedContainer from GridExtensionPack Add-on, both pagination and filtering are supported, although unfortunately the filtering is somewhat broken in the released version. There's a pull request with a fix waiting, though, so hopefully there will be a new version out soon.
Just to clarify: the filtering would be set to the inner container, not the PagedContainer itself.