AngularJS Infinite Scrolling with lots of data

后端 未结 6 823
隐瞒了意图╮
隐瞒了意图╮ 2021-01-30 01:05

So I\'m trying to create an infinite scrolling table using AngularJS, similar to this: http://jsfiddle.net/vojtajina/U7Bz9/

The problem I\'m having is that in the jsfidd

6条回答
  •  醉酒成梦
    2021-01-30 01:26

    Check out virtualRepeat from Angular Material

    It implements dynamic reuse of rows visible in the viewport area, just like ui-scroll

提交回复
热议问题