I have a perspective table. I would like to order my rows by date, with the most recent at top, and then sorted by a second boolean column.
I don’t understand how to use it however and cannot find documentation or a simple example.
Here is what I have that is not working. How can I make this work?

It appears (based mostly on the tooltip on the property and the behavior I just observed) that the sortOrder
only comes into effect if you don’t have a binding on the table data…
That appears to be ‘working as intended’, but is certainly not very user friendly. I’ll check in on the expected behavior and see if there’s anything more we can do.
Oh ok so because I use a named query it won’t work? Understood, so really I need to use an ORDER BY
clause.
I think ordering at the source is definitely best, if you’re able to, but I did confirm that it’s not working as intended, so expect a future update to resolve things.
2 Likes
Actually, testing on 8.1.3 it’s now working as I would expect. Do you have column definitions set up with a sort property set to ascending/descending?