You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In current implementation each cell has an rowDataChange event that causes invocation of markForCheck for all grid
If you change data is some row every it's cell calls rowDataChange. But this is not the main issue.
Main problem shows when permanently setting data set to grid and every cell in the grid causes rowDataChange call. So 100 rows with 10 columns makes 1000 calls of rowDataChange.
The text was updated successfully, but these errors were encountered:
In current implementation each cell has an
rowDataChange
event that causes invocation of markForCheck for all gridIf you change data is some row every it's cell calls
rowDataChange
. But this is not the main issue.Main problem shows when permanently setting data set to grid and every cell in the grid causes
rowDataChange
call. So 100 rows with 10 columns makes 1000 calls ofrowDataChange
.The text was updated successfully, but these errors were encountered: