holiber / sl-vue-tree

Customizable draggable tree component for Vue.js
https://holiber.github.io/sl-vue-tree/
MIT License
345 stars 78 forks source link

integration with vue-virtual-scroller #32

Closed Mario-35 closed 5 years ago

Mario-35 commented 5 years ago

Hi and very good work on sl-vue-tree.

Thanks a lot .. I want to use your vue tree with a lots of items and want to combine with vue-virtual-scroller to limit the dom ressource, where do you think the best way to combine vue-virtual-scroller with your code ?

thanks...

holiber commented 5 years ago

Hi. Not sure I can suggest you "the best way" to integrate it since I had no deal withvue-virtual-scroller. I think you can try to not to render all data. Provide the capped JSON to the value property that should be enough to fill only one page.