vue-swipe-actions
vue-swipe-actions copied to clipboard
[FEATURE REQUEST] Virtual scroll for swipeList
It could be nice if we have a option to virtual scrolling a swipeList, at least limit the number of visible items per list.
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.
Yeah, I made a custom implementation, but I think it could be nice for future feat.
Thanks anyway 🗡