-
-
Notifications
You must be signed in to change notification settings - Fork 530
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
Add header_tooltips parameter to Tabulator #7241
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #7241 +/- ##
==========================================
+ Coverage 82.22% 82.24% +0.01%
==========================================
Files 337 337
Lines 50228 50251 +23
==========================================
+ Hits 41302 41327 +25
+ Misses 8926 8924 -2 ☔ View full report in Codecov by Sentry. |
expect(header).to_have_count(1) | ||
header.hover() | ||
|
||
page.wait_for_timeout(200) |
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.
Was this actually needed, expect
should wait.
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.
It is for the hover part not the expect part. The mouse is moved to the header with hover.
Fixes #4138
First, by adding the
header_tooltip
parameter. Secondly, by not overwriting an users column configuration.To do: