Mikescops / vue-virtual-grid

🖼️ Vue Virtual Grid Rendering
https://www.npmjs.com/package/vue-virtual-grid
MIT License
51 stars 16 forks source link

Allow loading component when waiting for next batch #8

Closed Mikescops closed 3 years ago

Mikescops commented 3 years ago

If the loading of the next batch takes too much time we should allow the use of a loading Component (ie: a loading gif/icon).

Mikescops commented 3 years ago

Fixed by #10