-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[data grid] How to get the total row count including children rows #13638
Comments
You have created a support request under the "Priority Support" terms, which is a paid add-on to MUI X Premium ⏰. Please validate your support key using the link below: https://tools-public.mui.com/prod/pages/jyhs86t?repo=mui-x&issueId=13638 Do not share your support key in this issue! Priority Support is only provided to verified customers. Once you have verified your support key, we will remove the |
Hi @dassoumyashree you can use the This will work if your rows are all loaded. If you use a server-side loading strategy then you would need to use the |
@dassoumyashree: How did we do? Your experience with our support team matters to us. If you have a moment, please share your thoughts in this short Support Satisfaction survey. |
After discussing with @DanailH, I am going to re-open this issue as we discovered that @dassoumyashree I am working on a recipe to help with this question, should have something to share soon. |
@dassoumyashree: How did we do? Your experience with our support team matters to us. If you have a moment, please share your thoughts in this short Support Satisfaction survey. |
The problem in depth
I am using the row grouping feature with mui premium. By default, the total row count is calculated based on a number of parent rows (top-level rows). I need a way to set the page row count based on the number of child rows. Is there any way to do that?
Your environment
`npx @mui/envinfo`
Search keywords: Page count to be set as number of child rows with row grouping
The text was updated successfully, but these errors were encountered: