尝试使用ui-grid的无限滚动功能,但没有成功.
原文链接:https://www.f2er.com/angularjs/141458.html使用3.0.0-v16和当前不稳定脚本版本(2天前发布).我跟随http://ui-grid.info/docs/#/tutorial/212_infinite_scroll的例子.
当ui-grid调用$scope.gridOptions.onRegisterApi(gridApi)方法时,注入的gridApi对象没有infiniteScroll成员.
确实,以下行
gridApi.infiniteScroll.on.needLoadMoreData($scope,function () {...});
加薪
TypeError: Cannot read property 'on' of undefined at Object.$scope.gridOptions.onRegisterApi (http://...my-ctrl.js:144:35) at Grid.renderingComplete (http://ui-grid.info/release/ui-grid-unstable.js:4791:20)
你知道什么是错的吗?