IndexedContainer default sort first column

Hi!
Is there any possibility to sort items in IndexedContainer by first column? By default. Because then I am presenting this in FilterTable and user can sort by himself, but when someone is opening the panel I’d like to get items sorted by first column.
Any ideas?

Can’t you just call indexedContainer.sort(Object propertyId, boolean
ascending)?