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