【发布时间】:2014-09-08 20:19:20
【问题描述】:
我要在我的 Angular Js 应用程序上设置分页。我目前正在使用此查询。 query documention
TableName: 'articles_staging',
IndexName: 'feeds_feedname-index',
KeyConditions: {
"feeds_feedname": {
"AttributeValueList": [{
"S": arrayfeeds[j]
}
],
"ComparisonOperator": "EQ"
}
}
我如何使用它来应用分页。
【问题讨论】:
-
你检查了 angular bootstrap ui 的分页吗?
-
实际上我需要 dynamodb 中的 amazon-web-services 帮助来编写查询。
标签: angularjs amazon-web-services pagination amazon-dynamodb