Replies: 2 comments 2 replies
-
Hey, const data = React.useMemo(
() => [
{
Header: 'Hello',
accessor: 'hello',
Cell: () => <CustomComponent id="hello"/>
},
],
[]
)
` |
Beta Was this translation helpful? Give feedback.
2 replies
-
|
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
-
Hi,
I would like to know if it's possible to do this :
Beta Was this translation helpful? Give feedback.
All reactions