We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d799e3 commit c6afa37Copy full SHA for c6afa37
docs/data/data-grid/localization/PaginationNumberFormatting.js
@@ -44,7 +44,7 @@ const localeText = {
44
export default function PaginationNumberFormatting() {
45
const { data } = useDemoData({
46
dataSet: 'Commodity',
47
- rowLength: 1000000,
+ rowLength: 100000,
48
maxColumns: 6,
49
});
50
return (
docs/data/data-grid/localization/PaginationNumberFormatting.tsx
@@ -54,7 +54,7 @@ const localeText = {
54
55
56
57
58
59
60
0 commit comments