-
I have a table where the last column is a button that triggers an action which in turn queries the DB, returns a result and downloads the result as a csv. In order for the data to be processed and the download the start, I need the Let me start by saying that I have read this issue #5023 and more specifically this answer: which provides a nice solution to this. However, this solution memorizes the deferred promise using I tried two different things
I would appreciate any help or pointers on what the right way of doing this would be. The only thing that is changed from the answer above is my
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I am not sure if this is the right way of doing this but
|
Beta Was this translation helpful? Give feedback.
I am not sure if this is the right way of doing this but
useState
seems have fixed the issue