-
-
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
Update Tabulator to 6.2.1 #6840
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #6840 +/- ##
==========================================
- Coverage 81.51% 81.50% -0.02%
==========================================
Files 318 318
Lines 46709 46722 +13
==========================================
+ Hits 38076 38079 +3
- Misses 8633 8643 +10 ☔ View full report in Codecov by Sentry. |
The failing UI tests are because of this upstream issue: olifolkerd/tabulator#4421 import panel as pn
import pandas as pd
pn.extension('tabulator')
df = pd.DataFrame({'A': [1, 2, 3], 'B': [4, 5, 6]})
pn.widgets.Tabulator(df, disabled=True).servable() |
User mentions there are 58 open issues related to component tabulator of label bugs. Will this fix some of them? https://discourse.holoviz.org/t/tabulator-issues-are-show-stoppers/7262?u=coderambling |
Not to my knowledge. If I had fixed something, I would have updated the first post with a fixed marker. |
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 will merge this now. Still hoping that there will be a fix upstream before we release 1.5.0.
Supersede #6478
selectable
->selectableRows
in https://tabulator.info/docs/5.6/upgrade#selectionI don't plan to expose any new functionality in this PR. This can be done in follow-up PRs.