Skip to content
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

MudDataGrid: Add Hide Parameters to HierarchyColumn and SelectColumn #8132

Open
wants to merge 2 commits into
base: dev
Choose a base branch
from

Conversation

3x9equals27
Copy link

The Hidden property of TemplateColumn was not available to HierarchyColumn and SelectColumn.

I added the 3 visibility related properties of TemplateColumn ( Hideable / Hidden / HiddenChanged ) to the components HierarchyColumn and SelectColumn.

…hanged ) to the components HierarchyColumn and SelectColumn
@ScarletKuro ScarletKuro force-pushed the feature/hierarchy-select-visibility branch from 6a04699 to ed0533d Compare April 3, 2024 18:01
@ScarletKuro
Copy link
Member

Rebased

@ScarletKuro ScarletKuro changed the title Feature: Hide HierarchyColumn and SelectColumn MudDataGrid: Add Hide Parameters to HierarchyColumn and SelectColumn Apr 3, 2024
Copy link

codecov bot commented Apr 12, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 89.52%. Comparing base (28bc599) to head (ed0533d).
Report is 39 commits behind head on dev.

❗ Current head ed0533d differs from pull request most recent head a50d1b8. Consider uploading reports for the commit a50d1b8 to get more accurate results

Additional details and impacted files
@@            Coverage Diff             @@
##              dev    #8132      +/-   ##
==========================================
- Coverage   89.82%   89.52%   -0.31%     
==========================================
  Files         412      411       -1     
  Lines       11878    11848      -30     
  Branches     2364     2362       -2     
==========================================
- Hits        10670    10607      -63     
- Misses        681      713      +32     
- Partials      527      528       +1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

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

Successfully merging this pull request may close these issues.

None yet

2 participants