Skip to content

[DataGridPro] Prevent incorrect row range capping on first page with known rowCount#22808

Merged
michelengelen merged 2 commits into
mui:masterfrom
michelengelen:bugfix/22771
Jun 17, 2026
Merged

[DataGridPro] Prevent incorrect row range capping on first page with known rowCount#22808
michelengelen merged 2 commits into
mui:masterfrom
michelengelen:bugfix/22771

Conversation

@michelengelen

Copy link
Copy Markdown
Member

changes the row fetching mechanism capping

Fixes #22771

@michelengelen michelengelen self-assigned this Jun 15, 2026
@michelengelen michelengelen added type: bug It doesn't behave as expected. scope: data grid Changes related to the data grid. feature: Server integration Better integration with backends, e.g. data source labels Jun 15, 2026
@code-infra-dashboard

code-infra-dashboard Bot commented Jun 15, 2026

Copy link
Copy Markdown

Deploy preview

https://deploy-preview-22808--material-ui-x.netlify.app/

Bundle size

Bundle Parsed size Gzip size
@mui/x-data-grid 0B(0.00%) 0B(0.00%)
@mui/x-data-grid-pro 🔺+14B(0.00%) 🔺+6B(0.00%)
@mui/x-data-grid-premium 🔺+14B(0.00%) 🔺+10B(0.00%)
@mui/x-charts 0B(0.00%) 0B(0.00%)
@mui/x-charts-pro 0B(0.00%) 0B(0.00%)
@mui/x-charts-premium 0B(0.00%) 0B(0.00%)
@mui/x-date-pickers 0B(0.00%) 0B(0.00%)
@mui/x-date-pickers-pro 0B(0.00%) 0B(0.00%)
@mui/x-tree-view 0B(0.00%) 0B(0.00%)
@mui/x-tree-view-pro 0B(0.00%) 0B(0.00%)
@mui/x-license 0B(0.00%) 0B(0.00%)

Details of bundle changes


Check out the code infra dashboard for more information about this PR.

@michelengelen
michelengelen requested a review from arminmeh June 17, 2026 08:12
@michelengelen
michelengelen merged commit 571c71b into mui:master Jun 17, 2026
21 checks passed
mbrookes pushed a commit to mbrookes/mui-x that referenced this pull request Jun 27, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

feature: Server integration Better integration with backends, e.g. data source scope: data grid Changes related to the data grid. type: bug It doesn't behave as expected.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[data grid] dataSource + lazyLoading issues a spurious second getRows request when a non-empty result has fewer rows than the page size

2 participants