Harvest-Dev / ng-select2

A select2 for Angular
MIT License
52 stars 32 forks source link

Add infinite scroll #29

Closed gbumanzordev closed 3 years ago

gbumanzordev commented 3 years ago

This pull request includes adding infinite scroll to the ng2 search. It uses another package from npm which is called ngx-infinite-scroll.

The current configuration means that when the scroll is all the way down to an 80% it will notify the parent component so you can fetch more data (if it's paginated) with a throttle of 50ms.

gbumanzordev commented 3 years ago

@Zefling I just updated based on your comments 🙂