I have an html page containing a lot of table data, a css page with some styles, and some javascript pages with things like sorting and filtering and such.
When I click on the page, I see elements appear and then adjust as it loads. For example, the table headers start a particular size, then adjust to a different size.
I'd like the elements to appear their final appearance and location. Whether this means the entire page loading at once, or each element somehow loading their final appearance somehow one at a time, I'm ok with either.
Is this possible? Thanks!