Getting the error originalRows is undefined #932
Answered
by
KevinVandy
mjombanorman
asked this question in
Q&A
-
Below is my code that fails:
When using this code below everything works okay.
Anyone with ideas? |
Beta Was this translation helpful? Give feedback.
Answered by
KevinVandy
Jan 10, 2024
Replies: 1 comment 1 reply
-
It's because you're combining the MaterialReactTable component and useMatetialReactTable hook the wrong way. Just pass all table options to the useMatetialReactTable hook. This is warned about in several places in the docs. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
mjombanorman
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It's because you're combining the MaterialReactTable component and useMatetialReactTable hook the wrong way. Just pass all table options to the useMatetialReactTable hook. This is warned about in several places in the docs.