8000 Ensure Tabulator selection consistency when pagination='local' by philippjfr · Pull Request #7304 · holoviz/panel · GitHub
[go: up one dir, main page]

Skip to content

Conversation

@philippjfr
Copy link
Member
@philippjfr philippjfr commented Sep 20, 2024

When pagination was set to 'local', selections were not being computed correctly when header_filters were being applied. Specifically the problem was that the header_filters were still being applied on the server, which would cause the selection going out of sync with the data that was visible to the frontend. We fix this by not applying header_filters on the server in this scenario, and only when the user accesses the current_view do we apply the additional filters so that the view the user sees still matches what is visible on the frontend.

@philippjfr philippjfr force-pushed the tabulator_selection_local branch from 6c170e2 to 5498cdc Compare September 20, 2024 14:50
@codecov
Copy link
codecov bot commented Sep 23, 2024

Codecov Report

Attention: Patch coverage is 96.34146% with 3 lines in your changes missing coverage. Please review.

Project coverage is 82.20%. Comparing base (8c6f2d5) to head (526eed0).
Report is 3 commits behind head on main.

Files with missing lines Patch % Lines
panel/tests/conftest.py 50.00% 3 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #7304      +/-   ##
==========================================
+ Coverage   82.18%   82.20%   +0.01%     
==========================================
  Files         337      337              
  Lines       50393    50439      +46     
==========================================
+ Hits        41418    41463      +45     
- Misses       8975     8976       +1     

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

@github-actions
Copy link
github-actions bot commented Sep 9, 2025

This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Sep 9, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

0