Data table using tanstack query? #1882
Unanswered
gmcamposano
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Check this example might help https://www.material-react-table.com/docs/examples/react-query |
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
-
Hello,
Has anyone been able to successfully build a data table using tanstack query. I keep getting typescript errors all over the place. The problem comes from TData when i am assigning the data. Also, it seems the only way to pass the data is using a dhydrated state with a hydration boundary around the TableData component.
Beta Was this translation helpful? Give feedback.
All reactions