Can I use the default ascending/descending sorting along with custom sorting logic for the same column in TanStack Table? #5735
Unanswered
jimmy-zhou1981
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
-
Currently, when I pass a custom sort function to sortingFn in the column definition, it seems that the default ascending or descending sort is applied using the custom sort function instead of sorting by the column ID. Is there a way to ensure that "Asc" or "Desc" sorts by the column ID, while the custom sort uses the custom function?
Beta Was this translation helpful? Give feedback.
All reactions