JSON-API pagination links not support in ember data

I have the same problem with ember.js - How to use json-api pagination links in Ember 2.x? - Stack Overflow , now ember data not support.

And I think will support next time, but someone can share how to set the pagination with links?

Hi @JeskTop,

If it’s of any help, I wrote an article yesterday that tackles this very problem: Pagination in Ember with a JSON API Backend - Ember Igniter

1 Like

Thanks a lot. I like your action createPageMeta.

1 Like