vue-virtual-scroller icon indicating copy to clipboard operation
vue-virtual-scroller copied to clipboard

Is it possible to render in reverse order?

Open SalvaPedraza opened this issue 3 years ago • 2 comments
trafficstars

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/

SalvaPedraza avatar Apr 29 '22 18:04 SalvaPedraza

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

JamieMcDonnell avatar Dec 15 '22 21:12 JamieMcDonnell

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

patchthecode avatar Aug 06 '23 14:08 patchthecode