Akryum / vue-virtual-scroller

⚡️ Blazing fast scrolling for any amount of data
https://vue-virtual-scroller-demo.netlify.app
9.36k stars 896 forks source link

Is it possible to render in reverse order? #726

Open SalvaPedraza opened 2 years ago

SalvaPedraza commented 2 years ago

Normal view is such first item in the list is shown on top, then second below, etc. When scrolling down, the new elements appear below.

Is it possible to do in reverse order? I mean: show the first element on botton position, then second avobe this one, etc. And when scrolling down, the new elements appear on top and old ones disappear below. Something like this: http://jsfiddle.net/5UUtV/1/

JamieMcDonnell commented 1 year ago

I would really appreciate this feature or some guidance on achieving this, if anyone has managed? Thanks

patchthecode commented 1 year ago

cant this be done by simply providing an array in reverse order?