-
-
Notifications
You must be signed in to change notification settings - Fork 32.6k
[i18n] Format numbers according to locale #24495
Copy link
Copy link
Labels
component: TablePaginationThe React component.The React component.i18nInternationalization. The infrastructure used by localization.Internationalization. The infrastructure used by localization.l10nLocalization.Localization.package: @mui/baseSpecific to @mui/base (legacy).Specific to @mui/base (legacy).scope: tableChanges related to the table.Changes related to the table.type: new featureExpand the scope of the product to solve a new problem.Expand the scope of the product to solve a new problem.
Metadata
Metadata
Assignees
Labels
component: TablePaginationThe React component.The React component.i18nInternationalization. The infrastructure used by localization.Internationalization. The infrastructure used by localization.l10nLocalization.Localization.package: @mui/baseSpecific to @mui/base (legacy).Specific to @mui/base (legacy).scope: tableChanges related to the table.Changes related to the table.type: new featureExpand the scope of the product to solve a new problem.Expand the scope of the product to solve a new problem.
Very large numbers are left unformatted in TablePagination, for example:
Probably it should get formatted via
Number.prototype.toLocaleString()Benchmarks