Skip to content
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

Fix regression handling selection on multi-indexed Tabulator data #7336

Merged
merged 4 commits into from
Sep 30, 2024

Conversation

philippjfr
Copy link
Member

Fixes regression introduced in #7304

panel/widgets/tables.py Outdated Show resolved Hide resolved
Copy link

codecov bot commented Sep 28, 2024

Codecov Report

Attention: Patch coverage is 87.50000% with 2 lines in your changes missing coverage. Please review.

Project coverage is 82.21%. Comparing base (d39874c) to head (edeaa0a).
Report is 3 commits behind head on main.

Files with missing lines Patch % Lines
panel/tests/ui/widgets/test_tabulator.py 81.81% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #7336      +/-   ##
==========================================
- Coverage   82.21%   82.21%   -0.01%     
==========================================
  Files         337      337              
  Lines       50503    50513      +10     
==========================================
+ Hits        41521    41527       +6     
- Misses       8982     8986       +4     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@hoxbro hoxbro linked an issue Sep 30, 2024 that may be closed by this pull request
@hoxbro hoxbro merged commit e42736d into main Sep 30, 2024
17 checks passed
@hoxbro hoxbro deleted the tabulator_multi_index_selection_fix branch September 30, 2024 10:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Tabulator selection with pd.MultiIndex is not working in Panel 1.5.1
2 participants