fix(DataIterable): do not update selection if totalItems is set - #7396
Conversation
Codecov Report
@@ Coverage Diff @@
## master #7396 +/- ##
==========================================
+ Coverage 85.43% 85.43% +<.01%
==========================================
Files 298 298
Lines 7221 7222 +1
Branches 1804 1805 +1
==========================================
+ Hits 6169 6170 +1
Misses 956 956
Partials 96 96
Continue to review full report at Codecov.
|
2 similar comments
Codecov Report
@@ Coverage Diff @@
## master #7396 +/- ##
==========================================
+ Coverage 85.43% 85.43% +<.01%
==========================================
Files 298 298
Lines 7221 7222 +1
Branches 1804 1805 +1
==========================================
+ Hits 6169 6170 +1
Misses 956 956
Partials 96 96
Continue to review full report at Codecov.
|
Codecov Report
@@ Coverage Diff @@
## master #7396 +/- ##
==========================================
+ Coverage 85.43% 85.43% +<.01%
==========================================
Files 298 298
Lines 7221 7222 +1
Branches 1804 1805 +1
==========================================
+ Hits 6169 6170 +1
Misses 956 956
Partials 96 96
Continue to review full report at Codecov.
|
|
Please add a playground markup for illustrating the issue as well. This is a candidate for a future 1.5 LTS patch. It has already been fixed in 2.0 |
@nekosaur done! |
|
Confirming that it appears to fix #6472 |
|
We have removed the on hold label. Can you resolve the merge conflicts? Thank you |
|
This needs to be rebased to |
|
OK, will work on that today or tomorrow. |
|
Just a reminder that this will be closed in 4 days if the requested changes are not made. If you have any additional questions, please reach out to us in our Discord community. |
|
Sorry for the delay. I have rebased on |
Description
Selection should not be changed when totalItems is set (that is when server-side pagination is involved).
Motivation and Context
Fixes #6472
How Has This Been Tested?
unit
Markup:
Details
Types of changes
Checklist:
masterfor bug fixes and documentation updates,devfor new features and breaking changes).