Skip to content
New issue

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

Pagination Page Numbers Wrapping After 100 Pages #6153

Closed
sut123 opened this issue Jul 24, 2018 · 4 comments
Closed

Pagination Page Numbers Wrapping After 100 Pages #6153

sut123 opened this issue Jul 24, 2018 · 4 comments
Assignees
Labels
Type: Bug Issue contains a bug related to a specific component. Something about the component is not working
Milestone

Comments

@sut123
Copy link

sut123 commented Jul 24, 2018

I'm submitting a ... (check one with "x")

[x] bug report => Search github for a similar issue or PR before submitting
[ ] feature request => Please check if request is not on the roadmap already https://github.com/primefaces/primeng/wiki/Roadmap
[ ] support request => Please do not submit support request here, instead see http://forum.primefaces.org/viewforum.php?f=35

Current behavior
Paginator page numbers are wrapping outside of the display box (.ui-paginator-page) when going into the triple digits.

Expected behavior
Page numbers should be fully encompassed by the paginator page borders.

Minimal reproduction of the problem with instructions
Create any datatable with more than 100 pages of data. Once you get past the 100th page, you should see the page numbers starting to wrap outside of their parent containers.

Note that this does not happen for the page that's currently selected, although that simply hides the rest of the page number which isn't much better.

Please tell us about your environment:

  • Angular version: 6.0.3
  • PrimeNG version: 6.0.0
  • Browser: all
@cagataycivici
Copy link
Member

@ivan-meridianbanc-com
Copy link

<p-paginator [rows]="10" [totalRecords]="123456789123456789" [first]="123456789"></p-paginator>

@ivan-meridianbanc-com
Copy link

ivan-meridianbanc-com commented Aug 29, 2018

@Steven-Harris
Copy link
Contributor

Steven-Harris commented Nov 2, 2018

Having the same issue when using ng 6 and primeng 6.1.5
image

@cagataycivici cagataycivici self-assigned this Nov 27, 2018
@cagataycivici cagataycivici added the Type: Bug Issue contains a bug related to a specific component. Something about the component is not working label Nov 27, 2018
@cagataycivici cagataycivici added this to the 7.0.0-rc.1 milestone Nov 27, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Bug Issue contains a bug related to a specific component. Something about the component is not working
Projects
None yet
Development

No branches or pull requests

4 participants