-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix vue reactivity of rows by changing the reference of the updated row #7940
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #7940 +/- ##
==========================================
+ Coverage 56.71% 57.57% +0.86%
==========================================
Files 677 678 +1
Lines 27404 27427 +23
Branches 2690 2691 +1
==========================================
+ Hits 15541 15790 +249
+ Misses 11525 11296 -229
- Partials 338 341 +3
... and 36 files with indirect coverage changes Continue to review full report in Codecov by Sentry.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just wondering whether the splice
change by itself fixes it?
Also, can you explain the scrollX issue? Is it related to in-place row updates? The scope of change approved by the CCB is for fixing in-place row updates.
The incoming vs existing is more slimming the code down. We create new The horizontal scroll I came across when I started wondering if throttled calls was affecting adding rows and updating rows. We are calling |
…ow (#7940) * do not call `updateVisibleRows` on horizontal scroll * add example provider for in place row updates
Closes #7938
Describe your changes:
All Submissions:
Author Checklist
type:
label? Note: this is not necessarily the same as the original issue.Reviewer Checklist