Comment on Chromium proposal for browser-level infinite scrolling lists: Lazy Block LayoutComments−bicknergseng13yI can't tell if this would help rendering large lists of dom elements that are loaded all at once... eg what things like infinity.js, ember tables, etc do. I wish there was a UITableView for the web that was more native than any of those solutions.−shardling13yMozilla's XUL had a native treeview element, and I remember it being horrible to work with.https://developer.mozilla.org/en-US/docs/XUL/tree−bicknergseng13yI can't imagine XML anything being pleasant to work with to be honest.
Comments
I can't tell if this would help rendering large lists of dom elements that are loaded all at once... eg what things like infinity.js, ember tables, etc do. I wish there was a UITableView for the web that was more native than any of those solutions.
Mozilla's XUL had a native treeview element, and I remember it being horrible to work with.
https://developer.mozilla.org/en-US/docs/XUL/tree
I can't imagine XML anything being pleasant to work with to be honest.