How to fetch table row async in parallel ? #4599
Unanswered
sushanyadav
asked this question in
Q&A
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.
-
Hi guys. basically what I want to achieve here is:
I want to fetch each row on parallel asynchronously. I couldn't find way to add/trigger fetch on each row.
Right now I am fetching every row with
promise.all
but it is v slow.Beta Was this translation helpful? Give feedback.
All reactions