-
Notifications
You must be signed in to change notification settings - Fork 162
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
perf(igx-grid): Reduce detection cycles in grid sizing logic
Cleaned up most of the DOM handlers to use `fromEvent` thus avoiding manual removing of event handlers. Use the resize observer as an actual observable, removing the extra grid subject for proxying the calls. Finally removed the `ngOnChanges` hook in the cell as it was obsolete since #3767 and #3916. Closes #6031
- Loading branch information
1 parent
ce06888
commit 1f71d30
Showing
6 changed files
with
77 additions
and
129 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
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
Oops, something went wrong.