matteodem / meteor-easy-search

Easy-to-use search for Meteor with Blaze Components
MIT License
436 stars 68 forks source link

Calling load more on index dynamically #523

Closed Neobii closed 8 years ago

Neobii commented 8 years ago

Is there a way to fire the load more event on an index without using the load more button (like if I want to implement inifiniscroll)

matteodem commented 8 years ago

yes, use component methods: http://matteodem.github.io/meteor-easy-search/docs/components/

see https://github.com/matteodem/meteor-easy-search/blob/master/packages/easysearch:components/lib/load-more/load-more.js#L11

Neobii commented 8 years ago

Thanks for your help! In exchange I'll write some more recipes for you!

On Sat, Aug 20, 2016 at 5:48 AM, Matteo De Micheli <notifications@github.com

wrote:

yes, use component methods: http://matteodem.github.io/ meteor-easy-search/docs/components/

see https://github.com/matteodem/meteor-easy-search/blob/ master/packages/easysearch:components/lib/load-more/load-more.js#L11

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/matteodem/meteor-easy-search/issues/523#issuecomment-241192851, or mute the thread https://github.com/notifications/unsubscribe-auth/AB13DZAAwcU9Ui8vfvF1LXjOyuDqShjWks5qhttxgaJpZM4Jo_x9 .

matteodem commented 8 years ago

awesome! looking forward