Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 389 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 389 Bytes

virtual-list-demo-by-html

This project contains three virtual list demos only used html + js + css. You can directly open it with 'Open in Brower' or any plugin.

listWithDiffHeight.html : virtual list with different item height;

listWithFixedHeight.html : virtual list with fixed item height;

listWithFixedHeightAndPadding.html: virtual list with fixed item height and padding item.