-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
DataGrid: GroupingByOrder / Style Fix / Expansion StateHasChanged #11302
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
Conversation
…d to ensure comparison is good for group Key.
Codecov ReportAttention: Patch coverage is
❌ Your patch check has failed because the patch coverage (82.35%) is below the target coverage (100.00%). You can increase the patch coverage or adjust the target coverage. Additional details and impacted files@@ Coverage Diff @@
## dev #11302 +/- ##
==========================================
- Coverage 91.14% 91.11% -0.03%
==========================================
Files 439 465 +26
Lines 14238 14406 +168
Branches 2759 2787 +28
==========================================
+ Hits 12977 13126 +149
- Misses 635 642 +7
- Partials 626 638 +12 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
…ved for visual feedback
|
Is this good to go now? |
Yes |
Description
Moved Expansion logic to MudDataGrid since it needs to refresh grid and the logic needed to set the _groupExpansionsDict is in the grid.
Setup a proper GroupByOrder when items are grouped manually.
Fixed a class mismatch on Group Expander Icon
Resolves #11290
Resolves #11300
How Has This Been Tested?
Updated two unit tests, one for my changes, and one was not testing the right thing highlighted by my changes
Added a unit test for GroupByOrder
Type of Changes
Checklist
dev
).