Skip to content

Tabulator: fix index out of bound error when updating table value with selected row and add_filter#7822

Open
thuydotm wants to merge 3 commits into
holoviz:mainfrom
thuydotm:tabulator_filter_edit
Open

Tabulator: fix index out of bound error when updating table value with selected row and add_filter#7822
thuydotm wants to merge 3 commits into
holoviz:mainfrom
thuydotm:tabulator_filter_edit

Conversation

@thuydotm
Copy link
Copy Markdown
Collaborator

Currently just a failing UI test to address #7525

Looks like the bug was in the event that passed into Tabulator._reset_selection() method.

@codecov
Copy link
Copy Markdown

codecov Bot commented Mar 30, 2025

Codecov Report

❌ Patch coverage is 0% with 19 lines in your changes missing coverage. Please review.
✅ Project coverage is 70.28%. Comparing base (798a974) to head (aeeedaf).
⚠️ Report is 109 commits behind head on main.

Files with missing lines Patch % Lines
panel/tests/ui/widgets/test_tabulator.py 0.00% 19 Missing ⚠️

❗ There is a different number of reports uploaded between BASE (798a974) and HEAD (aeeedaf). Click for more details.

HEAD has 1 upload less than BASE
Flag BASE (798a974) HEAD (aeeedaf)
8 7
Additional details and impacted files
@@             Coverage Diff             @@
##             main    #7822       +/-   ##
===========================================
- Coverage   86.09%   70.28%   -15.81%     
===========================================
  Files         349      348        -1     
  Lines       54734    54752       +18     
===========================================
- Hits        47121    38482     -8639     
- Misses       7613    16270     +8657     

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@Coderambling Coderambling added the component: tabulator Related to the Tabulator widget label Oct 11, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

component: tabulator Related to the Tabulator widget

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants