Replies: 1 comment 1 reply
-
You should only use accessorFn for accessing data, not JSX. Use cell for wrapping JSX. |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
Is there a way to pass a second accessorFn to a column or generally pass custom data props to a cell?
I need it for this scenario:
For displaying it to the user --> use the accessorFn which returns JSX.
But for exporting the data --> use another accessorFn or custom data props of the cell as string.
So I need the same data rendered in different ways.
Example column:
Beta Was this translation helpful? Give feedback.
All reactions