ember-cli-pagination
ember-cli-pagination copied to clipboard
Pagination Addon for Ember CLI
I've got the `{{page-numbers}}` at the bottom of the page, and when I click on one of the pages, the scroll position stays at the bottom. How can I get...
I added param "sort" to queryParams, observer for sort and use setOtherParam('sort', this.get('sort')) when sort is changed. But request is happening only first time. I`d like request is happen every...
I'm trying to use the pagination with this plugin https://www.npmjs.com/package/ember-cli-filter-by-query This allows me to add a query into a search box and have the results already loaded to filter down...
How can I format my request like this? `/articles?page[number]=1&page[size]=1`
Hi there! I was wondering if the add-on had a way to support showing some kind of a loading indicator when pagination is occurring. I am using a remote paginated...
I've run into a situation where I want to know when the paginate-remote-array starts loading in `fetchContent` and when it ends. I'm not sure with the current execution that there's...
I have an 'add new' route that is a subroute of an paged index view. When I add a new record to the store, I transition back to the index...
The idea would be to default to bootstrap styling unless specifying the `style` argument when calling the component in the template: `{{page-numbers content=users style="foundation"}}` This is my first experience working...
Hello, I would like to be able to use my style with this addon. How can I do it? Thanks a lot, Dina
I have a custom API that allows pagination, but I do not interface with it via ember-data. I call it directly with `$.ajax` passing the pagination parameters myself, and receiving...