multi ajax aggreagte

Hi,

what is the best approach for aggregating the results of multiple XHRs?

for a datatable I use ajax to retrieve the incorrectly formatted XML data. for each entry of the result, I get the fields to form the data to put in the grid like https://docs.webix.com/desktop__server_customload.html#preprocessingdatabeforeloading

But I miss some data. For each entry I have to make another ajax request to retrieve the missing data.

I can not modify the server to get simpler queries.
So I need to aggregate about 100 ajax call.

thank
A+JYT

maybe you need all handler
https://docs.webix.com/api__promise_all.html

Merci beaucoup
Thank

JYT