vue-virtual-scroller
vue-virtual-scroller copied to clipboard
Hiding items
trafficstars
Im Using <DynamicScroller> and is there a way not to render item if lets say in the item there is visible: false. And it will be visible later after some button click? Tried adding v-if for <DynamicScrollerItem> but still item is rendered and shows blank space.