The problem is that it's using relative referencing of column numbers from the end, but the end is hard coded to be <=50 so if you sort on:
column 50 of 50 ("last" = -0) it works
column 51 of 51, -0 should be 51 but it's 50.
I'm trying to sort on column 53 of 56, -3, sorting on 47.
It seems kind of ridiculous that this doesn't work. What were you fixing by creating all this new functionality, that just so happens to ruin basic functionality that previously worked? Do you have any sense?
System details
Steps to reproduce the problem
Describe the problem in detail
When trying to sort a column in the data viewer, and the columns in view do not start with the first column, the sorting is wrong.
Describe the behavior you expected
The expected behaviour should be correct sorting of the numeric values in the columns.
The text was updated successfully, but these errors were encountered: