How to change column head mouse-over content #128
-
|
How can i change the default content of the mouse-over textbox (tooltip) in the column header? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
|
The title is just set to the https://www.material-react-table.com/docs/guides/data-columns#custom-header-render |
Beta Was this translation helpful? Give feedback.
-
|
Hi, columns modified :- "material-react-table": "^2.8.0", |
Beta Was this translation helpful? Give feedback.

The title is just set to the
headervalue on a column definition for accessibility reasons when the header gets cut off. You could add your own<Tooltip>around a header in theHeadercustom render if you want.https://www.material-react-table.com/docs/guides/data-columns#custom-header-render