Ember-data RESTAdapter pagination and filtering

I am creating this topic to continue this discusion: https://github.com/emberjs/data/issues/1059

In my opinion doesn’t matter if 1 row is deleted. Just query server for new pagination site and show what server show in json. Something like http://www.datatables.net/ but it will be great if i can write something like that in emberjs.

FYI: Minimal Pagination Example (Rails + Ember) - #2 by mharris717

(Don’t think I’m spamming, if so my apologies)

1 Like

Created a small library, available for browser and in NPM.

https://github.com/mharris717/ember-pagination

Hi there, for me this is really an issue. If you have table with many records, this is pain.