I am writing my own pagination logic that will be similar to Ember.SortableMixin, but with paging support. Does something like this still exist in pre 1.0 build?
If this does not exist, is the transfer request welcome in this particular behavior? I assume that 90% of the applications there need a simple pagination / sorting and, with the built-in mix, cut out nearly 60 lines of code.
Thank you in advance
Update
I answered another question "ember / pagination", and my full blow-up (working example) can be found below
Detailed paginated example
Toran billups
source share