integration with vue-virtual-scroller
Mario-35 opened this issue · 1 comments
Mario-35 commented
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
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.