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
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
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