vue-virtual-drag-list
vue-virtual-drag-list copied to clipboard
Possibility to use body as a scroll container?
Hi,
First of all thanks a lot for your work on this library. It might be something I need to test if it works for my usecase. I have one question in mind. Does it support body scrolling and if not would it be something you would consider to support in the future? Here's a demo from another library that does virtual list.
Is this in consideration?
Sorry to reply so late, please update to the latest version and use the pageMode
option to support this issue.
Ok, super cool. I have to test it when I'm back from holiday.👍
I had some time to test it and seems to work in simple case. 👍 I created a codesandbox where I have 2 lists and both are using pageMode
. The second list is not rendering properly and there are lots of whitespace in the second list. The scrollbar also jumps in the middle. Here's a repro: https://codesandbox.io/s/vue-virtual-drag-list-ndl62w
Please let me know if it's not properly configured.
@ispal sorry for late reply. please update to the latest version to solve the problem. and use the 'scroller' instead