-
Notifications
You must be signed in to change notification settings - Fork 61
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
Table header tooltip #178
base: master
Are you sure you want to change the base?
Table header tooltip #178
Conversation
Seems to work 50% of the time... weird... |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do you have a patch in TC that adds descriptions to table fields so I can test this?
width: this.props.columnWidth | ||
width: this.props.columnWidth, | ||
hide: hiddenColumn, | ||
tooltipField: columnHeader.description |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The javadoc of tooltipField says this: "The field where we get the tooltip on the object", it's not the tooltip itself. Maybe you could the tooltipValueGetter instead to return this text?
Use the "type" parameter to encode hidden columns. Signed-off-by: Matthew Khouzam <[email protected]>
Use column description field Signed-off-by: Matthew Khouzam <[email protected]>
33b8005
to
4e378d9
Compare
@MatthewKhouzam would you want to continue with this proposal or close it? |
@MatthewKhouzam Is this PR still valid? |
@MatthewKhouzam what is the plan for this PR? |
This helps get rid of some known security vulnerabilities. Also took care of a `yarn upgrade` warning, saying that devDependency `vsce` had been renamed to `@vscode/vsce`. Fixes eclipse-cdt-cloud#178 Signed-off-by: Marc Dumais <[email protected]>
No description provided.