CSS table-layout property - W3Schools
https://www.w3schools.com/cssref/pr_tab_table-layout.asp
Definition and Usage. The table-layout property defines the algorithm used to lay out table cells, rows, and columns.. Tip: The main benefit of table-layout: fixed; is that the table renders much faster. On large tables, users will not see any part of the table until the browser has rendered the whole table. So, if you use table-layout: fixed, users will see the top of the table while the ...
DA: 33 PA: 81 MOZ Rank: 80