Only sort in one direction (or change the first-click sort direction) #1003
-
Is there a way to either:
Reason: columns that have no importance sorting in ascending order (last seen, last purchase). We always sort these columns in descending order, and never sort them in ascending order. This would save the second click on the header. |
Beta Was this translation helpful? Give feedback.
Answered by
lrljoe
Jan 6, 2023
Replies: 1 comment 3 replies
-
This will prevent a column "last_seen" from being sorted in ascending order, by always causing it to sort in a descending manner, or else be unsorted.
|
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
logcabintech
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This will prevent a column "last_seen" from being sorted in ascending order, by always causing it to sort in a descending manner, or else be unsorted.