Replies: 1 comment
-
This is more of a question of implementation, so I'm going to move this to a discussion. |
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 all, I have used the bellow code to implement sub-components lazy loading.
https://codesandbox.io/s/github/tannerlinsley/react-table/tree/v7/examples/sub-components-lazy
I have a scenario where I would be adding/ removing/editing a sub-component. I was wondering how I can re-trigger the subcomponents to which will make an API call to retrieve the sub-components list again.
I cannot force the user to click on the hand icon to retrieve what has been added newly.
Beta Was this translation helpful? Give feedback.
All reactions