Replies: 1 comment
-
This question is better asked in the react-table repo. Query usage looks okay. |
Beta Was this translation helpful? Give feedback.
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'm encountering an issue with a table in my React project. When I change the page, the backend is called, and the correct data is sent. However, the data is not displayed in the table, even though the response from the server seems correct.
I did the same on my other app with Mobx there was no issue
// The Zustand Store
// Fetch Employee Accounts Query
// The List Component
Beta Was this translation helpful? Give feedback.
All reactions