EloquentStudio / filter.js

Complete solution for client side filtering and rendering using JSON data
http://eloquentstudio.github.io/filter.js
MIT License
664 stars 183 forks source link

Lazy loading results #148

Open humanjpg opened 7 years ago

humanjpg commented 7 years ago

Is there a simple way of lazy loading the results as the users scrolls down the page?

Would be great to load say 24 results, then as they scroll down load another 24.

humanjpg commented 7 years ago

Any ideas on this?