Sort on view data source name possible?

i wonder if it is possible to do a sort on a filtered view control in XPages. The reason for this - i have a view, filtered by a full text query. In this case it seems not to be possible to sort the columns. Especially as i have “computed columns”, no to be found on the underlying view.Well - using script i’d have created a document collection, convert it to an array and sort or even filter it.

I wonder if there’s a programatic way to access the filtered view via it’s data source name. This should represent a javascript object of the view? Is there an object description for this documented?

Is there a way to have this sorted before displayed?

Or is there any other way to do a sort on a view container control, filtered by a FT-search?

Thanks in advance.

G.