vue-virtual-scroller
vue-virtual-scroller copied to clipboard
Is it possible to render in reverse order?
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/
I would really appreciate this feature or some guidance on achieving this, if anyone has managed? Thanks
cant this be done by simply providing an array in reverse order?