tangbc / vue-virtual-scroll-list

⚡️A vue component support big amount data list with high render performance and efficient.
https://tangbc.github.io/vue-virtual-scroll-list
MIT License
4.37k stars 592 forks source link

start prop only works with estimate-size #400

Open psclahr opened 1 year ago

psclahr commented 1 year ago

When you want to set the initial start index, you need to pass estimate-size. Without, it dont work properly. When its intended like this, see this report as a feature request. Otherwise I think its a bug.