Sorting a column by a different value #4726
Unanswered
emdrayallday
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.
-
Problem
I have 3 columns that display information based off of essentially the same value, a UTC time.
Example data structure
I want to display all columns except the
startTime
however I want a custom sort function to apply to all of these that uses thestartTime
as the value to sort on.I know how to use a custom sort fn, but I have not been able to figure out how to sort by a different value than the column being sorted
Beta Was this translation helpful? Give feedback.
All reactions