Somnath Pathak
Somnath Pathak

Reputation: 171

How to horizontal scroll for ngInfiniteScroll?

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

Answers (1)

Allan Bennett
Allan Bennett

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

Related Questions