Modify collection before filling table
I would like to add additional info to my Table but this information requires calling an external api.
Currently this information is fetched individually for each entry, this takes a very long time.
What i would like to do is get all the entries of a page, bulk fetch all the additional information for it asynchronous and then fill the table.
Is there a way to do this? Something like mutate table data on a collection basis. I didn't find anything
0 Replies