Replies: 2 comments
-
You can just do const columns = useMemo(
() => [
{
accessorKey: 'name',
header: 'Name',
Header: '', //hide header with custom render
},
],
[],
); Though you may also need to add |
Beta Was this translation helpful? Give feedback.
0 replies
-
that works :) |
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.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm not sure if it's already implemented, but i couldn't find anything in the docs..
Beta Was this translation helpful? Give feedback.
All reactions