Skip to content

MudDataGrid: Fix missing content/error in Cell edit mode for HierarchyColumn (#6024)#6441

Merged
henon merged 1 commit intoMudBlazor:devfrom
HClausing:fix_#6024
Mar 13, 2023
Merged

MudDataGrid: Fix missing content/error in Cell edit mode for HierarchyColumn (#6024)#6441
henon merged 1 commit intoMudBlazor:devfrom
HClausing:fix_#6024

Conversation

@HClausing
Copy link
Member

Description

How Has This Been Tested?

Visually tests only, since it's relative simple.

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)

Checklist:

  • The PR is submitted to the correct branch (dev).
  • My code follows the code style of this project.
  • I've added relevant tests.

…xing the missing MudIconButton when MudDataGrid is not ReadOnly, and its Edit Mode is equals to Cell.

Added MudSwtich to DetailRowExample to test it visually.
@github-actions github-actions bot added bug Unexpected behavior or functionality not working as intended PR: needs review labels Mar 8, 2023
@codecov
Copy link

codecov bot commented Mar 8, 2023

Codecov Report

Patch coverage: 100.00% and project coverage change: +0.01 🎉

Comparison is base (e615a18) 91.15% compared to head (0688634) 91.16%.

Additional details and impacted files
@@            Coverage Diff             @@
##              dev    #6441      +/-   ##
==========================================
+ Coverage   91.15%   91.16%   +0.01%     
==========================================
  Files         388      388              
  Lines       14776    14785       +9     
==========================================
+ Hits        13469    13479      +10     
+ Misses       1307     1306       -1     
Impacted Files Coverage Δ
...udBlazor/Components/DataGrid/HierarchyColumn.razor 100.00% <ø> (ø)
...rc/MudBlazor/Components/DataGrid/MudDataGrid.razor 99.11% <100.00%> (ø)
...Components/ThemeProvider/MudThemeProvider.razor.cs 99.65% <0.00%> (+0.01%) ⬆️
...r/Components/Autocomplete/MudAutocomplete.razor.cs 93.00% <0.00%> (+0.41%) ⬆️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@henon
Copy link
Contributor

henon commented Mar 13, 2023

Looks good @tjscience, you concur?

@tjscience
Copy link
Contributor

Yes, looks good.

@henon henon changed the title MudDataGrid: Fix for #6024 MudDataGrid: Fix missing content/error in Cell edit mode (#6024) Mar 13, 2023
@henon henon changed the title MudDataGrid: Fix missing content/error in Cell edit mode (#6024) MudDataGrid: Fix missing content/error in Cell edit mode for HierarchyColumn (#6024) Mar 13, 2023
@henon henon merged commit 17f31eb into MudBlazor:dev Mar 13, 2023
@henon
Copy link
Contributor

henon commented Mar 13, 2023

Thank you Henrique!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Unexpected behavior or functionality not working as intended

Projects

None yet

Development

Successfully merging this pull request may close these issues.

DataGrid HierarchyColumn missing content/arrow in Cell edit mode

3 participants