Displaying a couple of independent tables with different loading times
I have a webapp dashboard with a couple of tables (around 6 tables with a fixed order that usually does not fit on page without scrolling down the page).
Tables are filled out with data provided from a backend - data for each table arrives in different timing so different tables are filled out with data in different time.
My question is how to avoid 'jumping the page' when user starts to work on the data in 4th table then data for 2nd table arrives and enlarges the content so the table 3 and 4 goes down.
We are not able to perdict the amount of items for each table before it's fetched.