How to customize grouped column header? #3371
SergeyAlexeev
started this conversation in
General
Replies: 1 comment
-
I also wanted to know 🙏🏽 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi!
I have a data grid with grouped columns and I want to customize headers.
At first, I want to setup grouped columns header height like below:
I found the
headerRowHeight
prop, but it affects both header rows.And the second. I need to customize grouped cell content. I've tried to use the
renderGroupCell
andrenderHeaderCell
props, but this approach doesn't help as well.I've prepared a small example that demonstrates described issues.
Does anybody know how to fix it?)
Beta Was this translation helpful? Give feedback.
All reactions