I have a DominoView data source on my XPage that is filtered using a URL parameter so that only documents matching this parm are displayed.
The filtered documents then need to be sorted by the value of the second column (a status field). What would be the best approach to this?
The XPage is using jQuery Mobile for presentation and the documents would, ideally, be presented in a collapsible list with a separate collapsible for each status value.
Thanks for any tips.