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();
});
}
--
You received this message because you are subscribed to the Google Groups
"Angular and AngularJS discussion" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/angular/d0de98e7-1aeb-4d69-a8a9-2fd0b8e93e6a%40googlegroups.com.