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

feat(module: table): add ExpandAll and CollapseAll methods. #3491

Merged
merged 3 commits into from
Dec 8, 2023

Conversation

ElderJames
Copy link
Member

🤔 This is a ...

  • New feature
  • Bug fix
  • Site / documentation update
  • Demo update
  • Component style update
  • Bundle size optimization
  • Performance optimization
  • Refactoring
  • Code style optimization
  • Test Case
  • Branch merge
  • Other (about what?)

🔗 Related issue link

💡 Background and solution

📝 Changelog

Language Changelog
🇺🇸 English
🇨🇳 Chinese

☑️ Self Check before Merge

⚠️ Please check all items below before review. ⚠️

  • Doc is updated/provided or not needed
  • Demo is updated/provided or not needed
  • Changelog is provided or not needed

Copy link

github-actions bot commented Nov 6, 2023

@ElderJames ElderJames linked an issue Nov 15, 2023 that may be closed by this pull request
Copy link

codecov bot commented Nov 15, 2023

Codecov Report

Attention: 6 lines in your changes are missing coverage. Please review.

Comparison is base (6a0bb0b) 44.66% compared to head (0391646) 44.52%.

Files Patch % Lines
components/table/Table.razor.RowData.cs 0.00% 6 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff             @@
##           feature    #3491      +/-   ##
===========================================
- Coverage    44.66%   44.52%   -0.15%     
===========================================
  Files          571      571              
  Lines        27180    27179       -1     
  Branches      5605     5604       -1     
===========================================
- Hits         12141    12102      -39     
- Misses       14014    14098      +84     
+ Partials      1025      979      -46     

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

@ElderJames ElderJames merged commit 2df1693 into feature Dec 8, 2023
4 of 6 checks passed
@ElderJames ElderJames deleted the feat/table-expand branch December 8, 2023 00:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

table how to controll collapse all
1 participant