DH-10111 Fix missing horizontal scroll bar for single column tables#543
DH-10111 Fix missing horizontal scroll bar for single column tables#543mofojed merged 7 commits intodeephaven:mainfrom
Conversation
Codecov Report
@@ Coverage Diff @@
## main #543 +/- ##
==========================================
- Coverage 36.38% 36.36% -0.02%
==========================================
Files 390 390
Lines 28511 28562 +51
Branches 6731 6764 +33
==========================================
+ Hits 10374 10387 +13
- Misses 17791 17829 +38
Partials 346 346
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
mofojed
left a comment
There was a problem hiding this comment.
Shift+Wheel (which should scroll horizontally) isn't working. I think need to update Grid.tsx handleWheel function
|
Updated so vertical scroll uses the same logic as horizontal Tested by setting a big |
Fixes #446 and related to DH-10111 test failure
This adds a horizontal scroll bar for any single column table which does not fit in the panel fully
Example Python to test with
Also tested with changing
IrisGridTheme.rowHeaderWidthto be non-zero