-
Notifications
You must be signed in to change notification settings - Fork 48
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[FIX] FilterEvaluationPlugin: insert/remove rows on data filter header
This commit addresses two issues in the FilterEvaluationPlugin: 1. Previously, when inserting a row above or below a data filter header, hidden rows inside the data filter were not being updated, causing a state inconsistency issue. This commit ensures that hidden rows inside the data filter header are correctly updated when rows are inserted above or below the header. 2. Another issue occurred when removing a row above the data filter header while certain rows were filtered. This led to a mismatch in the data filter state, revealing hidden rows. This commit fixes this problem by updating the handling of hidden rows inside the data filter header during row removal. Task: 3546012 X-original-commit: 841da08 Part-of: #3159
- Loading branch information
Showing
2 changed files
with
39 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters