AngularJS Infinite Scrolling with lots of data

后端 未结 6 868
隐瞒了意图╮
隐瞒了意图╮ 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:38

    So turns out that the ng-grid module for AngularJS has pretty much exactly what I needed. If you look at the examples page, the Server-Side Processing Example is also an infinite scrolling list that only loads the data that is needed.

    Thanks to those who commented and answered anyway.

    Latest URL : ng-grid

提交回复
热议问题