matteodem / meteor-easy-search

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

Load all data or user without the button load more #594

Closed Marcelrama closed 7 years ago

Marcelrama commented 7 years ago

Hello, It is possible to load all the data in my users case without the need to give the load more button. For design issues I do not need the load my button to come out.

{{{> EasySearch.LoadMore index=playersIndex}}

matteodem commented 7 years ago

I'd suggest having a look at the component methods which expose all the functionality used by the components in a Javascript API. http://matteodem.github.io/meteor-easy-search/docs/components/