标签:
1.添加分页库:
meteor add alethes:pages
2.新建分页:
Pages = new Meteor.Pagination("collection-name")
3.设定(分通用/客户端/服务端):
客户端:
{name: {$lt: 5}}
服务端:
auth (Function, default = undefined) - 由内建发布方法调用的授权函数,参数有:
授权函数的返回值为:
this.Collection.find(*filters*, *option*)
pageSizeLimit
)
标签:
原文地址:http://www.cnblogs.com/dadream/p/4627235.html