Does accessorFn work on the server side and create elements? #533
Unanswered
katanazero86
asked this question in
Q&A
Replies: 0 comments
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 using mantine-react-table in Next.js.
I'm getting a hydration error, so when I look into it, I see undefined in the console output for the accessorFn section on the server side, as expected, since there's no data on the server side. However, the console output for the Cell section only shows up in the browser console.
Doesn't Cell work on the server side?
If you modify the code as above, the hydration error will disappear. What does the table column render on the server side?
Beta Was this translation helpful? Give feedback.
All reactions