Refresh Data with Fetch #2441
Unanswered
ensargunesdogdu
asked this question in
General
Replies: 1 comment
-
check |
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Greetings everyone,
I was trying to implement a table which fetch data from backend and do some filters. Then i want to refreshed content from backend to get last results. I used code below as template.
https://codesandbox.io/s/github/tannerlinsley/react-table/tree/master/examples/kitchen-sink?file=/src/App.js
I changed the part below. to get data from backend. When i filter some data and click on reload button. My filters disappear :(
Could you please help me understand why ?
Beta Was this translation helpful? Give feedback.
All reactions