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.

TUTORIALVaadin lets you build secure, UX-first PWAs entirely in Java.
Vaadin lets you build secure, UX-first PWAs entirely in Java.
Free ebook & tutorial.
Calling javascript synchronously by Enver Haase, 3 weeks ago
Sorting grid using Collator
Hi
My grid sorts nicely (as expected) as long as my users can live with unicode std sorting
How ever each language has its rules on how sorting is done. Java solves that using Collator
How do I explain my grid (which is using a BeanItemContainer as data source) to sort using a Collator I deliver?
Rgds Lars
Last updated on
Sorting is done by the container (to enable lazy sorting using DB queries and other things). BeanItemContainer has a method setItemSorter(ItemSorter) which you can use to customize the sorting
Last updated on
You cannot reply to this thread.