-
Notifications
You must be signed in to change notification settings - Fork 781
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
Modify the text displayed in the column header tooltip #1182
Comments
HI, use |
this does not seem to work for me. The text displayed when I hover over the column header is still the same as the text supplied to name
I would expect to see 'Product Name' when I hover over the column name? UPDATE: |
There's a little bug I guess, I'll check this out, thanks 👍 |
Fixed on |
HeaderText also changes the header in the insert modal. Is there a way to keep the header in insert modal the same as in the name from the dataField? |
@ajaykgp yes, there's default behavior, in your custom input, add the placeholder will solve your requirement |
How would one modify the text displayed in the tooltip? I've tried using headerText, but it seems to have no effect when the column name is not an object. For instance, I'd like to name my column "YoY" and display "Year over year" in the tooltip. Thanks
The text was updated successfully, but these errors were encountered: