-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
[DataGrid] Add debounce for columns panel search #18719
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
[DataGrid] Add debounce for columns panel search #18719
Conversation
@zannager Can I have some info on when you guys will have time to look into this? I'd love to know if this has a chance to get into MUI or not. Cheers! |
@oliviertassinari can I have some feedback on this? I need to know whether this is a valid candidate or not, because right now we need to work around this limitation. Thank you! |
@cherniavskii Could you please take a look? Should @noherczeg create an issue and link it here? |
Guys, can I get some response? Pretty please? |
Deploy preview: https://deploy-preview-18719--material-ui-x.netlify.app/ Bundle size reportTotal Size Change: 🔺+951B(+0.01%) - Total Gzip Change: 🔺+365B(+0.01%) Show details for 100 more bundles (22 more not shown)@mui/x-data-grid-pro parsed: 🔺+170B(+0.04%) gzip: 🔺+70B(+0.05%) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry for taking so long to review the PR and thank you for your contribution!
Co-authored-by: Andrew Cherniavskii <andrew@mui.com>
We have encountered a situation where we have a huge amount of columns and I noticed that the columns search is blocking the rendering of the whole columns panel. This intends to solve that issue.
The implementation might be a bit naive, please advise if necessary!