angular-ui/ui-grid
在 GitHub 查看infinite scroll dataRemovedTop() and dataRemovedBottom() broken
Open
#4,904 建立於 2015年12月24日
grid-infinite-scrollhelp wantedseverity: memory leakseverity: performance
描述
I'm using version 3.0.7 and Chrome browser Version 47.0.2526.106 (64-bit) for Mac OS X.
I was having problems with my own code. Whenever I try to 'trim' my in-memory grid data by calling dataRemovedTop() or dataRemovedBottom() a needLoadMoreDataTop data is always triggered.
However, then I took the example/demo code from the ui-grid.info site here: http://ui-grid.info/docs/#/tutorial/212_infinite_scroll and played with it and noticed the same issue was happening.
'trimming' data does not currently work properly.
Please let me know if you need anymore data points.