Update Table items asynchronously
Hello! I am experimenting with refine and I have a couple locations where I populate a table by:
1) Making a get list call
2) Iterating through the list items and making multiple get one calls (to get more information about each item)
Ideally, I would like to update the table every time one of the async calls from [2] returns. How can I set this up using a custom data provider?
Thank you!
1) Making a get list call
2) Iterating through the list items and making multiple get one calls (to get more information about each item)
Ideally, I would like to update the table every time one of the async calls from [2] returns. How can I set this up using a custom data provider?
Thank you!
