Groups
Groups
Sign in
Groups
Groups
Angular and AngularJS discussion
Conversations
Labels
About
Send feedback
Help
drag and drop
15 views
Skip to first unread message
Anmol Goel
unread,
Jul 30, 2019, 6:28:43 AM
7/30/19
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
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 AM
8/21/19
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Angular and AngularJS discussion
Hi Anmol,
Why are you using `markForCheck` there?
Regards
Sander
Reply all
Reply to author
Forward
0 new messages