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
[ ] Bug report
[x] Feature request
[ ] Support request => Please do not submit a support request here, please ask on https://stackoverflow.com/
I noticed, when I d&d events DOM are totally refreshed, maybe use trackBy to prevent full DOM refresh and performance improvement? http://recordit.co/yC4LF8jqFT
The text was updated successfully, but these errors were encountered:
I've considered this before as well. The problem is that events have no unique id property to track by, do you have any idea if the value returned by the track by function can be an object i.e. the event itself?
I noticed, when I d&d events DOM are totally refreshed, maybe use
trackBy
to prevent full DOM refresh and performance improvement?http://recordit.co/yC4LF8jqFT
The text was updated successfully, but these errors were encountered: