Tables loading only when all data in all tables is ready

I have 2 tables on 1 page, each table is pulling data from a rest API, is there a way to make sure each table is loaded when its done regardless of the status of the other table, like jobs or something? Basically im looking for the main site/page to load but then the tables do their processing and load asap no matter the status of the other table, Right now its just showing two loading circles and then both tables load and the rest of the site.

I believe you would wrap them in a separate new-uddynamic to make them render separately. You shouldn’t have to do anything fancy with jobs or anything like that.