Steps to reproduce
- Open a Base which has multiple columns in its view.
- I have base that has a “type” and “subtype” columns. I click on the “type” column header and then I click on the “subtype” column header.
Did you follow the troubleshooting guide? Y
Expected result
It would have sorted first on the type column, followed by the subtype column
Actual result
It sorts on the subtype column, then the type column.
This is what is stored in the base definition:
sort:
- column: formula.Subtype
direction: ASC
- column: formula.Type
direction: ASC
Environment
MacOS
Additional information
It would be nice to have a small visual indicator about the sort order of columns when you are sorting on more than once. Perhaps but a little number next/above the column to indicate the sort order of the column.