-
-
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] The search field of the new Columns Management has a start adornment which is not possible to override #15055
Comments
Many of the changes in v7 were performance improvements. If you have a reproducible case for a performance regression I'll take a look, please open a separate issue with all the details. |
This was removed during a big refactor, but we plan on adding it back in at some point. We have an issue already to track this #10001
This feels like something we can improve with fairly low effort. Given points 1 and 3 are issues that can be dealt with separately, @mike-paretos if you would like to update the issue title and description to just be about point 2, we can action the changes against this issue. |
@KenanYusuf Thanks, I have updated issue title&description |
Hi @KenanYusuf , I'd like to work on this issue. Can you please share your thoughts on the improvement here? I think we probably need to support |
Hey @alisasanib, thanks for your willingness to help on this issue. I think we want to extend export interface GridColumnsManagementProps {
searchInput?: Partial<TextFieldProps>;
} And then pass those props to the search input which gets rendered here: |
This issue has been closed. If you have a similar problem but not exactly the same, please open a new issue. Note @mike-paretos 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
We are doing the migration to DataGrid v7 and are not able to achieve the same styles that we had in v6.
The search field of the new columnsManagement has a startAdornment which is not possible to override without affecting all text fields. The field itself has the type 'text' instead of 'search'
Your environment
`npx @mui/envinfo`
Search keywords: columnsManagement, Columns Management, startAdornment
Order ID: 82474
The text was updated successfully, but these errors were encountered: