-
Is there any way to customize column headers? Such as if you want to add tooltips; with some grids this can be done with like "headerTooltip" in the column definitions. Or even if you want to do custom CSS for particular column headers - is there a way to add a class to a specific column header? |
Beta Was this translation helpful? Give feedback.
Answered by
Ben-CA
Dec 10, 2024
Replies: 1 comment
-
Discovered I can customize like this:
This allows for adding a tooltip (using MUI Tooltip). You can also include the value like this:
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Ben-CA
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Discovered I can customize like this:
This allows for adding a tooltip (using MUI Tooltip). You can also include the value like this: