T
TanStack3y ago
rival-black

Async table row

Hi guys. basically what I want to achieve here is: I want to fetch each row on parallel async. I couldn't find way to add/trigger fetch on each row.
No description
No description
1 Reply
fair-rose
fair-rose3y ago
Any reason you want this behavior? It looks a N+1 problem to me which we should avoid the pattern like this

Did you find this page helpful?