React Table Refresh Data Without Worry (Triggered) #4680
Unanswered
darkterminal
asked this question in
Show and tell
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.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm into the world of javascript and reactjs is absolutely nil! And I found
react-table
from TanStack and it's really cool! That agnostic (What The Buff!)And I'm trying to simplify my old way of working with
jQuery
when I was almost sinking to the bottom of the ocean (Hypertext Preprocessor) and didn't find the light ofJavaScript
as a complete combat tool more promising.In jQuery I need to create a function to repeat the request and I trigger it from the targeted event and it's easy.
My question is how can I do the same thing but in
react-table
by not using any other library.And here's what happened:
What I really want is that when I update data from a modal component (child), I can trigger the previous component (parent) I have to refresh the data in the table after a data change.
And here the modal popup
That's it!
Beta Was this translation helpful? Give feedback.
All reactions