Skip to content

Conversation

@soininen
Copy link
Contributor

@soininen soininen commented Dec 9, 2025

The column filters of stacked tables work incrementally now.

Fixes #2047

Checklist before merging

  • Documentation is up-to-date
  • Release notes have been updated
  • Unit tests have been added/updated accordingly
  • Code has been formatted by black & isort
  • Unit tests pass

@soininen soininen force-pushed the 2047_column_filter_values_from_filtered_lists branch from 05e0fad to 31b620d Compare December 9, 2025 12:58
@codecov
Copy link

codecov bot commented Dec 9, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 70.00%. Comparing base (8f28a53) to head (31b620d).
⚠️ Report is 2 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #3235      +/-   ##
==========================================
- Coverage   70.04%   70.00%   -0.04%     
==========================================
  Files         202      202              
  Lines       39093    39084       -9     
  Branches     4728     4725       -3     
==========================================
- Hits        27381    27362      -19     
- Misses      10409    10417       +8     
- Partials     1303     1305       +2     

☔ 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.

@soininen soininen merged commit 8e8ef98 into master Dec 10, 2025
32 of 36 checks passed
@soininen soininen deleted the 2047_column_filter_values_from_filtered_lists branch December 10, 2025 07:27
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.

Parameter value filtering should allow selection of already filtered elements only.

2 participants