Replies: 2 comments
-
So for now I passed in a custom
|
Beta Was this translation helpful? Give feedback.
0 replies
-
We may need to fix something in its implementation, but for now, you should be able to set the defaultColumn instead: useTable({
defaultColumn: useMemo(() => ({
canSort: true // or false
}), [])
}) |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
I'm struggling with what feels like a pretty common scenario. Doesnt seem like
defaultCanSort
works as described, unless I'm missing something.Beta Was this translation helpful? Give feedback.
All reactions