Reputation: 171
currently ngInfiniteScroll is anbled for vertical-scrolling, but I need it on horizontal scroll.
I am displaying data under ng-repeat in a table with horizontal scroll. enter image description here
Upvotes: 1
Views: 2034
Reputation: 1
You have to set the property "horizontal" to true, by default is false. You can check this page:
https://www.npmjs.com/package/ngx-infinite-scroll
Upvotes: 0