Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
ENH: Styler tooltips feature #35643
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
ENH: Styler tooltips feature #35643
Changes from all commits
3e83fc6
f8ffbbe
b92d255
cd6c5f2
1f61e87
af83833
078c0bb
eeddd19
6389811
e7557f5
64f789a
0b1e930
5ca86a5
f798852
1e782b7
ee952de
71c3cc1
2c36d4b
4aed112
49ecb50
3510ada
7f76e8e
aa09003
f160297
776c434
c3c0aba
dd69ae6
4055e1b
6b27ec2
8fc8437
a96acf8
50c2aa9
607cfe6
ab079b0
f6e066e
af6401a
0e6b1a3
5829546
eaa851e
9e8612f
5507c4f
d0eefca
c0b004e
e4a5e20
849b1f4
950b3b1
efc7fca
eb7fe68
5a377b8
54c52da
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
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.
i am puzzled by this here why this is involved at all
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 above
table_styles
will be an empty list if there are no tooltips to add, i.e if themask
was empty. In that case thisif
check provides some efficiency by avoiding adding a<span>
html selector to every table cell.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.
ok can you add that as a comment
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.
can you update this
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.
i added a comment line 1938?