ember-cli-pagination icon indicating copy to clipboard operation
ember-cli-pagination copied to clipboard

Pagination Addon for Ember CLI

Results 75 ember-cli-pagination issues
Sort by recently updated
recently updated
newest added

I've been working on implementing the infinite scrolling functionality of this addon, and it seriously rocks! I came across a situation though that I feel might be a good improvement...

I'm using version `0.9.0` and I'm attempting to implement the infinite scroll feature with all records present locally. I was testing something out in my code and put a `log`...

Hi, everyone I add paged to my comments of a blog, when I transate from one blog to another, the queryParams(?page=2) and the pagedNumber are still of the one. So,...

Hi, Can anyone provide me with an example of the response structure? I tried this structure but didn't work { "mylist: [ ....... ], "meta": { "total_pages" : 100 }...

As the name states I needed to support this for a project I'm working on as the meta data for pagination doesn't necessarily have to lie in the root of...

I lost two days trying to understand why my model does not get updated when I click on the next page button. So, in the [query-params documentation](http://guides.emberjs.com/v1.10.0/routing/query-params/) I found that...

Currently the `paramsForBackend` method is based on `otherParams`, but the latter is not included in the watched properties list, so when `otherParams` is changed, `paramsForBackend` is not. I didn't add...

I think that this addon should be also compatible with this standard: http://tools.ietf.org/html/rfc5988. So I want to start discussion about this. Anyone other interested?

Hello, thanks for a great lib. I have a question I'm wondering if you have an idea how to implement. I'm using the `pagedContent: pagedArray('content', { infinite: true })` option,...

Hi, I just updated to ember-cli 0.1.12 and updatet ember-cli-pagination to 0.6.6. Everything has been working fine before the update but now I always t "undefined is not a function"...