Skip to content

Commit

Permalink
🚧 link to pagination issue in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
mayteio authored Apr 30, 2020
1 parent 112dd87 commit 2b31f06
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ _Screenshot of the example app in this package, using `Auth`, GraphQL `API` and

- [Installation](#installation)
- [Usage](#usage)
- [`useDataProvider`](#usedataprovider)
- [`useAmplifyDataProvider`](#useamplifydataprovider)
- [DynamoDB Access Patterns with `react-admin`](#dynamodb-access-patterns-with-react-admin)
- [A product with an image](#a-product-with-an-image)
- [A post with comments](#a-post-with-comments-using-the-referencemanyfield-)
Expand Down Expand Up @@ -531,7 +531,7 @@ If you set the level to either `private` or `protected` the `<S3Input />` compon

### 🚨 INCOMPLETE!

Pagination doesn't work just yet.
Pagination doesn't work just yet. [See this issue, please help out!](https://github.com/mayteio/ra-aws-amplify/issues/11)

This package also exports some reducers and components for handling pagination specific to dynamodb - which has no concept of totals or pages. This library utilises custom reducers to catch the `nextToken` and use it in subsequent `GET_LIST` calls.

Expand Down

0 comments on commit 2b31f06

Please sign in to comment.