I have a question. I have an App where the main tab is a “Deck” view.
At runtime I would like the user to be able to change the sort order. Something on the view header that they can click and select the column to sort by, and then asc/desc order. That is the first part.
As an addon to that, I would like to be able to select sorting on one of the columns that is not displayed on the deck view.
I know that the sort order can be set at design time, but I would like this behaviour at runtime.
At runtime I would like the user to be able to change the sort order. Something on the view header that they can click and select the column to sort by, and then asc/desc order. That is the first part.
That happens yet.
Rory_Forde:
As an addon to that, I would like to be able to select sorting on one of the columns that is not displayed on the deck view.
In the UX settings of your view: select the Sort by field(s) you need.
I am familiar with setting the sort options during UX design. However I want the end user who is using the App to be able to change the sort order at RUNTIME. Is there a way to do that I wonder…?
By default, the the may manually change the sort order of columns in table views. There is no built-in way for the user to affect sorting in any other context.