-
Notifications
You must be signed in to change notification settings - Fork 161
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
Filtered rows are not updated when a second condition is removed #2938
Labels
🐛 bug
Any issue that describes a bug
filtering
🧨 severity: medium
grid: general
version: 6.2.x
✅ status: resolved
Applies to issues that have pending PRs resolving them, or PRs that have already merged.
Comments
npaunov
added
🐛 bug
Any issue that describes a bug
🧨 severity: medium
grid: general
version: 6.2.x
filtering
labels
Nov 6, 2018
bkulov
added
the
🛠️ status: in-development
Issues and PRs with active development on them
label
Nov 7, 2018
bkulov
pushed a commit
that referenced
this issue
Nov 9, 2018
bkulov
pushed a commit
that referenced
this issue
Nov 9, 2018
bkulov
pushed a commit
that referenced
this issue
Nov 9, 2018
bkulov
pushed a commit
that referenced
this issue
Nov 14, 2018
bkulov
pushed a commit
that referenced
this issue
Nov 14, 2018
bkulov
pushed a commit
that referenced
this issue
Nov 14, 2018
bkulov
pushed a commit
that referenced
this issue
Nov 19, 2018
bkulov
pushed a commit
that referenced
this issue
Nov 19, 2018
bkulov
pushed a commit
that referenced
this issue
Nov 19, 2018
bkulov
added
✅ status: resolved
Applies to issues that have pending PRs resolving them, or PRs that have already merged.
and removed
🛠️ status: in-development
Issues and PRs with active development on them
labels
Nov 20, 2018
bkulov
pushed a commit
that referenced
this issue
Nov 23, 2018
kdinev
pushed a commit
that referenced
this issue
Nov 23, 2018
* feat(filtering): header group component POC #542 # Conflicts: # projects/igniteui-angular/src/lib/grids/column.component.ts # projects/igniteui-angular/src/lib/grids/grid-header.component.ts # projects/igniteui-angular/src/lib/grids/grid/grid.component.html # projects/igniteui-angular/src/lib/grids/grid/grid.component.ts # projects/igniteui-angular/src/lib/grids/tree-grid/tree-grid.component.html * feat(filtering): header group component POC #542 # Conflicts: # projects/igniteui-angular/src/lib/grids/column.component.ts # projects/igniteui-angular/src/lib/grids/grid-base.component.ts # projects/igniteui-angular/src/lib/grids/grid-header-group.component.html # projects/igniteui-angular/src/lib/grids/grid-header-group.component.ts # projects/igniteui-angular/src/lib/grids/grid/grid.component.html # projects/igniteui-angular/src/lib/grids/grid/grid.component.ts # projects/igniteui-angular/src/lib/grids/tree-grid/tree-grid.component.html * feat(filtering): some MCH related improvements #542 * feat(filtering): fix some minor issues #542 * test(*): start fixing failing tests for MCH #542 * feat(filtering): fix build error #542 * chore(filtering): Small refactoring (#2938) * test(*): refactor failing tests #542 * feat(filtering): CD strategy for header group component #542 * feat(filtering): rework column moving dragGhost creation #542 * feat(filtering): minor fixes and improvements #542 * chore(filtering): Change filtering components strategy to OnPush (#2938) * test(filtering): Fix failing tests (#2938) * test(filtering): Fix filtering UI tests (#2938) * test(filtering): filtering UI tests refactoring #542 * test(filtering): fix timer issues in filtering UI test #542 * fix(*): sorting icon not being updated when sort/groupBy via API #542 * feat(filtering): fix introduced resizer bug #542 * chore(*): review comments changes #542 * feat(filtering): fix broken behaviors #542 * chore(*): some clean up, etc. #542 * feat(filtering): some API refinements #542 * fix(filtering): Fix async issue in test (#2995) * fix(filtering): Fix empty bool expected result (#2938)
bkulov
pushed a commit
that referenced
this issue
Nov 26, 2018
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
🐛 bug
Any issue that describes a bug
filtering
🧨 severity: medium
grid: general
version: 6.2.x
✅ status: resolved
Applies to issues that have pending PRs resolving them, or PRs that have already merged.
Description
Filtered rows are not updated when a second condition is removed
Steps to reproduce
Result
Filtered rows are not updated only for the first condition.
Expected result
Filtered rows should be updated only for the first condition.
Attachments
The text was updated successfully, but these errors were encountered: