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(ui-results): resolve data misalignment in matrix column filtering #2269

Merged
merged 1 commit into from
Dec 17, 2024

Conversation

hdinia
Copy link
Member

@hdinia hdinia commented Dec 17, 2024

When filtering matrix columns by statistical type (min/max/std), the data
became misaligned with its headers as only the visual columns were filtered
without properly mapping the underlying data.

  • Track original indices of filtered columns to maintain data alignment
  • Transform matrix data using these indices to ensure correct mapping

@hdinia hdinia requested a review from skamril December 17, 2024 10:33
@hdinia hdinia self-assigned this Dec 17, 2024
@hdinia hdinia force-pushed the bugfix/results-filters branch from 8922b1a to d3fb60e Compare December 17, 2024 10:35
@skamril skamril changed the base branch from dev to hotfix/v2.18.3 December 17, 2024 10:42
@hdinia hdinia merged commit 6ae24ef into hotfix/v2.18.3 Dec 17, 2024
9 of 11 checks passed
@hdinia hdinia deleted the bugfix/results-filters branch December 17, 2024 10:59
@makdeuneuv makdeuneuv added this to the v3.0.0 milestone Dec 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants