vue-virtual-scroll-list
vue-virtual-scroll-list copied to clipboard
Get data-key of rendered items.
Is there a way to get the data-key value of only the rendered items so it can be used with getSize(id) to get it's size and use it to make the scroll keep it's position ?
I see that getSize(id) returns NaN if the item is not rendered.
Thank you