Skip to content

Conversation

@vbabich
Copy link
Collaborator

@vbabich vbabich commented Jan 7, 2026

Added support for filtering on pivot columns (e.g., ColumnBy) that use negative column indices, and makes filter input positioning extensible for plugins.

Added two new methods to IrisGridMetricCalculator:
getFilterInputCoordinates: Returns positioning for the filter input field
getAdvancedFilterButtonCoordinates: Returns positioning for the advanced filter button
Both methods return null for negative indices by default, allowing plugins to override for custom column types

Added showAdvancedFilterButton prop to FilterInputField to hide the advanced filter button for columns that don't support advanced filters.

@vbabich vbabich self-assigned this Jan 7, 2026
@codecov
Copy link

codecov bot commented Jan 7, 2026

Codecov Report

❌ Patch coverage is 84.21053% with 12 lines in your changes missing coverage. Please review.
✅ Project coverage is 46.19%. Comparing base (7b2a23e) to head (79e847b).
⚠️ Report is 3 commits behind head on main.

Files with missing lines Patch % Lines
packages/iris-grid/src/IrisGrid.tsx 72.09% 12 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2602      +/-   ##
==========================================
+ Coverage   45.71%   46.19%   +0.47%     
==========================================
  Files         771      771              
  Lines       43649    43677      +28     
  Branches    11046    11054       +8     
==========================================
+ Hits        19954    20176     +222     
+ Misses      23678    23484     -194     
  Partials       17       17              
Flag Coverage Δ
unit 46.19% <84.21%> (+0.47%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

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

@vbabich vbabich marked this pull request as ready for review January 8, 2026 00:26
@vbabich vbabich requested review from a team and dgodinez-dh and removed request for a team January 8, 2026 20:47
@vbabich vbabich requested a review from dgodinez-dh January 9, 2026 01:02
@vbabich vbabich merged commit ec1192b into deephaven:main Jan 15, 2026
11 checks passed
@github-actions github-actions bot locked and limited conversation to collaborators Jan 15, 2026
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.

2 participants