We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
=======
Angular version: "15.0.0"
ngx-pagination version: "6.0.3",
Description of issue: Page numbers are not displayed correctly when we have multiple pagination using pagination-template
Expected result: show page numbers based on total Item count for two different collections
Actual result: does not show page number correctly
Demo: this StackBlitz demo
https://angular-q8m7bn.stackblitz.io https://stackblitz.com/edit/angular-sftrpe?file=app%2Fapp.component.ts Any relevant code:
The text was updated successfully, but these errors were encountered:
You are using the same reference #p for both template. I think you should try to make two separate references.
Sorry, something went wrong.
https://stackblitz.com/edit/angular-ehrlt2?file=app%2Fapp.component.html,app%2Fapp.component.ts
Here is a working version using separate reference for each.
No branches or pull requests
=======
Angular version: "15.0.0"
ngx-pagination version: "6.0.3",
Description of issue: Page numbers are not displayed correctly when we have multiple pagination using pagination-template
Expected result: show page numbers based on total Item count for two different collections
Actual result: does not show page number correctly
Demo: this StackBlitz demo
https://angular-q8m7bn.stackblitz.io
https://stackblitz.com/edit/angular-sftrpe?file=app%2Fapp.component.ts
Any relevant code:
The text was updated successfully, but these errors were encountered: