v8 - disable sorting for a specfic column #3880
-
I don't see an example in https://github.com/TanStack/react-table/blob/alpha/examples/sorting/src/main.tsx how to disable sorting per columns |
Beta Was this translation helpful? Give feedback.
Answered by
tannerlinsley
May 4, 2022
Replies: 2 comments 2 replies
-
Set |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
chiptus
-
How can I enable sorting for specific columns instead of iterating all other columDef and |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Set
columnDef.enableSorting = false