Replies: 2 comments
|
So for now I passed in a custom |
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
}), [])
}) |
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
defaultCanSortworks as described, unless I'm missing something.All reactions