mharris717 / ember-cli-pagination

Pagination Addon for Ember CLI
MIT License
273 stars 116 forks source link

Valid links including `page` query-params #271

Open kumy opened 5 years ago

kumy commented 5 years ago

I'm using the remote paginated api scenario, and I wish to have page links to include the query-params attributes, so pages can be by example opened in new tabs.

Does someone have a page-numbers template to share that can accomplish this? I've tried to add {{link-to …}} but fails to have it generic enough to support simple routes, routes with dynamic segment(s).

I've seen issue #200 but no clue there.

Thanks for your help.