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

Hiding items

Open Mioleris opened this issue 3 years ago • 2 comments
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.

Mioleris avatar Mar 31 '22 10:03 Mioleris