使用st-pipe的智能表分页不起作用

时间:2016-08-17 17:47:26

标签: angularjs pagination smart-table

我需要帮助我的分页代码(http://plnkr.co/edit/Jv12fcBzm3lvZFqHqDJm?p=preview

我的数据很大(> 1000K行)。我只想请求可见记录(每页50行)。每当用户更改排序或更改页面时,我都会请求REST服务调用。

在我的代码中,我将$ http.post()替换为$ timeout以简化示例。

timeInterval

我做错了什么?感谢任何帮助。

1 个答案:

答案 0 :(得分:1)

在script.js中,您应该替换:

ctrl.displayedCollection = result.data.items;

通过

[theWindow makeFirstResponder:nil]

那是因为在你的table标签中,你使用了st-table =" main.displayedCollection"和ng-repeat ="在main.displayedCollection"中的项目。