Hacker News new | ask | show | jobs
by smashface 2695 days ago
If by table-ish layouts you mean using the <table> element to render something like this then browsers might be OK at it but the <table> woefully inadequate to do anything more than the most basic table renderings. Virtual scrolling or frozen rows/columns is a lot of manual work to do on top of a <table>.
1 comments

Plus I crashed safari on an ipad with a simple page with a table of a few tens thousand rows.
In my experience, 10K+ rows could even crash a desktop browser.