0
我要爲我的角Js應用程序設置分頁。我目前正在使用這個查詢。 query documention分頁在發電機db
TableName: 'articles_staging',
IndexName: 'feeds_feedname-index',
KeyConditions: {
"feeds_feedname": {
"AttributeValueList": [{
"S": arrayfeeds[j]
}
],
"ComparisonOperator": "EQ"
}
}
我怎麼應用這個分頁。
您是否檢查過用於分頁的角度引導UI? – 2014-09-03 06:14:43
actully我需要在amazon-web服務在dynamodb寫幫助。 – 2014-09-03 06:16:10