-
-
Notifications
You must be signed in to change notification settings - Fork 536
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
Tabulator add support for column header tooltip #4138
Comments
I just realized that it is in fact already possible to setup a tooltip easily to any text displayed in the tabulator by passing an html string with a tooltip setup: |
Hi @RaphaelRosset, Could you elaborate a bit more on how to do this? (Perhaps with a bit of sample code). I am interested on doing this but cannot understand quite well what you mean. Thx |
Hi @dslemusp,
|
I second this as a requirement :) |
Thirded :) |
Would anyone be interested in contributing to implement this feature? I can provide guidance if needed. Something around here: |
Tabulator javascript handle column header tooltips: https://tabulator.info/docs/5.4/menu#tooltips
Pass a dictionary {column: tooltip_string} as optional parameter to Tabulator constructor
Update the javascript columns array accordingly.
User case: limited space to display table, so using short acronyms as column headers but would like to exposed full name in tooltips.
The text was updated successfully, but these errors were encountered: