How to stop infinite scrolling of ui-grid while content loading finish?

前端 未结 1 381
隐瞒了意图╮
隐瞒了意图╮ 2021-01-25 06:05

I am using ui-grid. I have already implemented some logic to stop the $http call as follows. But when it reaches last result the scroll is jumping to the row which are few befo

相关标签:
1条回答
  • 2021-01-25 06:25

    When I started working with ui-grid several month ago the infinite scroll was pretty newly implemented and I encountered the same problem you did. But the guys are working very hard to improve things and when using the newest version of ui-grid, the infinite scroll works like a charm!

    I updated your Plunkr with the newest ui-grid version and everything works just fine.

    <script src="http://ui-grid.info/release/ui-grid.js"></script>
    
    0 讨论(0)
提交回复
热议问题