jledentu / vue-finder

📁 A Vue.js component to display hierarchical data (like the MacOS X finder)
https://vue-finder.netlify.app
MIT License
160 stars 16 forks source link

feature request: support dynamic loading of child elements #132

Open travis-bear opened 4 years ago

travis-bear commented 4 years ago

For very large data sets, you may not want to load the entire state of the world in advance. It would be nice to support lazy loading of child data via AJAX calls when an element is clicked.

jledentu commented 3 years ago

Hi, thanks for your suggestion. I plan to implement this feature.