vue-swipe-actions icon indicating copy to clipboard operation
vue-swipe-actions copied to clipboard

[FEATURE REQUEST] Virtual scroll for swipeList

Open CesarGomezTissini opened this issue 6 years ago • 2 comments
trafficstars

It could be nice if we have a option to virtual scrolling a swipeList, at least limit the number of visible items per list.

CesarGomezTissini avatar Feb 27 '19 15:02 CesarGomezTissini

Hi, an interesting feature, but I'm afraid it is out of scope of this component.

The SwipeList component is just a sugar/convince wrapper around the SwipeOut component which provides the swipe functionality. A virtual list may be achieved combining the SwipeOut component together with one of the available virtual list components ( this or this for example ).

For inspiration how this may be achieved you can take a look at the the SwipeList component. Should be pretty straight forward.

nanov avatar Feb 28 '19 06:02 nanov

Yeah, I made a custom implementation, but I think it could be nice for future feat.

Thanks anyway 🗡

CesarGomezTissini avatar Feb 28 '19 15:02 CesarGomezTissini