You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: