Refactor virtualization resize observer to track individual forOf elements.#16809
Open
MayaKirova wants to merge 40 commits intomasterfrom
Open
Refactor virtualization resize observer to track individual forOf elements.#16809MayaKirova wants to merge 40 commits intomasterfrom
MayaKirova wants to merge 40 commits intomasterfrom
Conversation
added 11 commits
January 22, 2026 16:52
projects/igniteui-angular-performance/src/app/hierarchical-grid/hierarchical-grid.component.ts
Fixed
Show fixed
Hide fixed
projects/igniteui-angular-performance/src/app/hierarchical-grid/hierarchical-grid.component.ts
Fixed
Show fixed
Hide fixed
added 8 commits
January 28, 2026 10:26
added 7 commits
January 30, 2026 10:24
…/IgniteUI/igniteui-angular into mkirova/resize-observer-refactor
rkaraivanov
requested changes
Feb 3, 2026
Member
rkaraivanov
left a comment
There was a problem hiding this comment.
LGTM
I think we can squeeze out a little bit more perf with several of the points in this review.
projects/igniteui-angular/directives/src/directives/for-of/for_of.directive.ts
Outdated
Show resolved
Hide resolved
projects/igniteui-angular/directives/src/directives/for-of/for_of.directive.ts
Outdated
Show resolved
Hide resolved
projects/igniteui-angular/directives/src/directives/for-of/for_of.directive.ts
Outdated
Show resolved
Hide resolved
projects/igniteui-angular/directives/src/directives/for-of/for_of.directive.ts
Outdated
Show resolved
Hide resolved
projects/igniteui-angular/directives/src/directives/for-of/for_of.directive.ts
Outdated
Show resolved
Hide resolved
rkaraivanov
previously approved these changes
Feb 4, 2026
added 2 commits
February 4, 2026 11:08
…/IgniteUI/igniteui-angular into mkirova/resize-observer-refactor
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes #16821
Attach observer to individual root node views so that they track any change individually for that view. Update size accordingly.
Cache sizes of embedded views and use the cache when updating virtualization caches on scroll.
Additional information (check all that apply):
Checklist:
feature/README.MDupdates for the feature docsREADME.MDCHANGELOG.MDupdates for newly added functionalityng updatemigrations for the breaking changes (migrations guidelines)