Questions tagged [ui-scroll]

UI Scroll - AngularJS directive to provide infinite scroll over a limited element buffer

The ui-scroll directive dynamically destroys elements as they become invisible and recreating them if they become visible again. The pioneer in the virtual scrolling developing. Since 2013. The repository: github.com/angular-ui/ui-scroll.

enter image description here

23 questions
1
vote
1 answer

Angular-ui ui-scroll - how to make it work when scrolling up?

I'm using the angular-ui ui-scroll and it's great when I scroll down, keeps adding items as expected. However when I scroll up, it stops at the top of the last batch that I loaded. For example if I have 100 items and my buffer size is 10, and I've…
MamaCasc
  • 55
  • 7
1
vote
1 answer

Dropdown is getting cropped out when using the ui-scroll directive

When I go to the last row (no. 25) and click edit you will see that the dropdown it's cropped out. Can you figure out how to solve this issue? https://plnkr.co/edit/22e9bo?p=preview
Adrian
  • 9,102
  • 4
  • 40
  • 35
1
vote
1 answer

ui-scroll - cannot come back to the beginning of the list

I just want to scroll downside and after that come back to the beginning of the list. I know that there are thousands of examples of how to do ui-scroll forth and back but all of them don't seam to work for my solution. Please help. The fiddle is…
mirik
  • 356
  • 4
  • 18
1
vote
1 answer

Prevent angular-ui ui-scroll from loading in hidden div

I have an angular-ui ui-scroll directive (1.3.0) living in a div that is hidden by default with an ng-show. When it is hidden, ui-scroll just keeps loading data from the datasource even though the ui-scroll-viewport's height is set. If the div is…
Mark Nadig
  • 4,901
  • 4
  • 37
  • 46
1
vote
2 answers

angular-ui > ui-utils > ui-scroll does not work (v. 0.1.0)

I am using this: http://angular-ui.github.io/ui-utils/ and to be more specific this:https://github.com/angular-ui/ui-utils/blob/master/modules/scroll/README.md however it does not seem to work. Here is an example:
codepreneur
  • 466
  • 6
  • 19
0
votes
0 answers

Scroll all rows of a UICollectionView at the same time

On my Controller, I have a UICollectionView and I am loading data in 3 sections. These rows are showing price object. Each UICollectionViewCell contains class types like UILabel, TextField, and Checkbox. My requirement is if a user scrolls 1 row…
0
votes
2 answers

ui-scroll buffer space at the top of viewport

I'm working with ui-scroll from angular-ui (great job, the component is awesome!). Everything works well for the most part. Data is loaded from custom datasource as I scroll down. However, when I scroll back to the top, I end up with a lot of…
Jmoney38
  • 3,096
  • 2
  • 25
  • 26
0
votes
0 answers

Issue with UI-scroll and promisse

I just want to scroll downside and after that come back to the beginning of the list. Now I can't use my grid. I know that there are thousands of examples of how to do ui-scroll, but there are no any example with Angular 1.5 components Please…
kosedmos
  • 1
  • 2
1
2