-
-
Notifications
You must be signed in to change notification settings - Fork 32.7k
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.
Description
Very large numbers are left unformatted in TablePagination, for example:
<TablePagination
rowsPerPageOptions={[25, 50, 100]}
component="div"
count={103177}
rowsPerPage={25}
page={0}
/>Probably it should get formatted via Number.prototype.toLocaleString()
Benchmarks
Reactions are currently unavailable
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.
