Sorting in descending order is a "destructive sort" - could this be changed ? #3226
Unanswered
teronivala
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
When sorting "desc" by column that has not unique values rows with same sort key get reversed.
This happens also in multicolumn sort when any of the columns is using "desc" order and combination of columns values is not unique.
In solved in my app by adding an extra column with original row-id to add this into column sort list but think this is a WA.
Wonder if sorting could be changed to keep original row order when using "desc" sort ?
Beta Was this translation helpful? Give feedback.
All reactions