-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Pagination #3048
Comments
cc @wecc |
We're refactoring the serializers to make it easier to handle metadata and pagination with that. The API for how to handle pagination is still unknown though. I'll make sure we update #2905 when it comes to the implementation of pagination. Even though the issue linked is very JSON-API centric we're using JSON-API as guidance but even if you're not using JSON-API I suspect it to be fairly trivial to hook into the pagination API in your serializer. |
@wecc first off, thanks for all your hard work! I maintain ember-cli-pagination, a popular ember addon for pagination. I know nothing about what's coming for pagination in ember-data, and figured for everybody's benefit I probably should. Who would be the best person to talk to about this? |
@mharris717 sorry for slow response. I'd be happy to talk about pagination as I'll try to take a stab at those part in a couple of weeks. |
Closing as we're tracking the JSON API implementation in #2905 |
@wycats mentioned pagination is too common and special and it will be included in Ember Data when it's released in June.
Any news about it? What the
api
looks like?The text was updated successfully, but these errors were encountered: