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?
25821.png

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.