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: add commas for large number of pages ( more than 1,000) #19337

Closed
1 task done
brucean52 opened this issue Oct 21, 2019 · 1 comment
Closed
1 task done

Pagination: add commas for large number of pages ( more than 1,000) #19337

brucean52 opened this issue Oct 21, 2019 · 1 comment
Assignees

Comments

@brucean52
Copy link

brucean52 commented Oct 21, 2019

  • I have searched the issues of this repository and believe that this is not a duplicate.

What problem does this feature solve?

Currently working on a project where we have a large number of paginated results. I would like large page number counts to be comma separated for better readability. example 1,230 instead of 1230.

What does the proposed API look like?

pageNumber.toLocaleString('en-US'); before rendering the page number.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants