-
-
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
[question] Are there plans to implement a DataGridPro footer that doesn't require a finite rowCount #4323
Comments
Hey, @jorjen thanks for raising this! Hope that answers your question. |
Hi @DanailH, Thank you for the response. I tried providing a translation for Below is when I tried overwriting CodeSandbox of Data Grid - Localization example... |
Hi @DanailH, Hoping to get your feedback on above. Thanks. |
@jorjen I was running into a similar issue. Seems like the style of paging that we're wanting is currently a low priority item, see #409 I was able to get close to what I need with this example: https://stackblitz.com/edit/react-ujnaza?file=demo.tsx It looks like |
@jorjen I apologize for misleading you. @StephenStrickland is correct, that's the way to go if you want to overite that text. I overlooked that you wanted to overwrite the text in the pagination component itself. Because the pagination we use is the core component To prevent this to happen again I will update the docs localization page with this example. |
I think it's already fixed, but I managed to do it using this code in the localeText
Thanks |
Thank you! |
@jorjen: 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. |
Duplicates
Latest version
Summary 💡
Say I have no way of knowing the total row count that the server has, thus not being able to provide a definite rowCount, is there a way to display the total rows differently? Similar to a "see more" or have the ">" button clickable until no records can be fetched from the server?
Examples 🌈
Motivation 🔦
I have a use case where the exact total count of data/rows is not known--i.e., DynamoDB table without scanning the whole table.
Order ID 💳 (optional)
No response
The text was updated successfully, but these errors were encountered: