0

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

1 Answers1

0

This is a know issue for this plugin.

If you use an Angular version > 4.

I recommend use ngx-infinite-scroll instead of ngInfiniteScroll,

With this plugin you can easy make a horizontal scroll

Source : https://www.npmjs.com/package/ngx-infinite-scroll

Léo R.
  • 3,041
  • 1
  • 8
  • 21
  • 1
    I am using Angular 1.6. Is there any workaround to do it in Angular1.6? – Somnath Pathak Jan 12 '18 at 10:39
  • you have Angular CLI version 1.6... but what is your Angular Core version ? 4 ? 5 ? the angular2-infinite-scroll package is deprecated, it's better to use newest package like ngx infinite scroll – Léo R. Jan 12 '18 at 10:41