Eric Wendelin explains the table-layout css property and how to use it effectively. Although it's rarely used, it's extremely useful. Moral of the story is that table-layout: fixed; is fast but dumb and table-layout: auto; is slower but smart.
Use the table-layout CSS property to speed up table rendering


Comments
Post has no comments.