drag and drop

15 views
Skip to first unread message

Anmol Goel

unread,
Jul 30, 2019, 6:28:43 AM7/30/19
to Angular and AngularJS discussion
Upon dragging node from tree to ptable, rows are not getting highlighted in a efficient way. I am getting a huge performance drop.
dragEnter(event, process,task) {
event.preventDefault();
this.chngDetRef.markForCheck();
this.zone.runOutsideAngular(() => {
highlightRow();
});

}

Sander Elias

unread,
Aug 21, 2019, 1:03:38 AM8/21/19
to Angular and AngularJS discussion
Hi Anmol,

Why are you using `markForCheck` there? 

Regards
Sander
Reply all
Reply to author
Forward
0 new messages