-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Add prop for column grouping header height #10615
Comments
Wdym by "can't override the prop"? Have you tried using For the feature request itself, we can keep it open but we'll wait to have more interest before prioritizing. |
Makes sense. Let's keep this open until we have more interest. Also feel free to submit a PR, this shouldn't be too hard to implement. |
Ran into this same issue when trying to override the group column header style. I'd be interested in this feature as well. |
Same problem here, got it to work for the most part using css. But the filler (MuiDataGrid-filler) calculates the height incorrectly resulting in it being too big. I set the column group header (first header row) to Using the One thing to note is that using It would be nice if the datagrid would dynamically calculate the total headers height. |
+1 for interest in seeing this implemented. It's something that would be quite useful - i think many designers will want a more compact look for the heading groups, otherwise it can appear a little blocky. Unwilling to go down the CSS fix route given it impacts other height calculations. |
+1 |
+1
|
This issue has been closed. If you have a similar problem but not exactly the same, please open a new issue. Note We value your feedback @TimonPeng! How was your experience with our support team? |
Summary 💡
columnGroupings have fewer data normally so that the height can be smaller, but now the height follows the columnHeaderHeight prop. CSS can't override this dynamically calculated prop either.
Adding a new prop
columnGroupingHeaderHeight
might be possible to set it separately.Examples 🌈
No response
Motivation 🔦
No response
Search keywords: column grouping header height
The text was updated successfully, but these errors were encountered: