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(Table): add IsVisibleWhenAdd/Edit parameter #2938

Merged
merged 23 commits into from
Feb 25, 2024

Conversation

densen2014
Copy link
Member

@densen2014 densen2014 commented Feb 12, 2024

add IsVisibleWhenAdd/Edit parameter

Description

close #2932

新建/编辑时隐藏某些列, 适应不同场景

todo : 渲染 Excel 单元格方法需不需要处理?
Copy link

bb-auto bot commented Feb 12, 2024

Thanks for your PR, @densen2014. Someone from the team will get assigned to your PR shortly and we'll get it reviewed.

@bb-auto bb-auto bot requested a review from ArgoZhang February 12, 2024 18:23
@bb-auto bb-auto bot added the enhancement New feature or request label Feb 12, 2024
@bb-auto bb-auto bot added this to the v8.2.0 milestone Feb 12, 2024
Copy link

codecov bot commented Feb 12, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 99.98%. Comparing base (e707027) to head (24bf146).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #2938   +/-   ##
=======================================
  Coverage   99.98%   99.98%           
=======================================
  Files         556      556           
  Lines       23980    24007   +27     
  Branches     3467     3475    +8     
=======================================
+ Hits        23977    24004   +27     
  Misses          3        3           

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

@ArgoZhang ArgoZhang changed the title feat(Table): support hiding column in dialog add and edit #2932 feat(Table): add IsVisibleWhenAdd/Edit parameter Feb 24, 2024
ArgoZhang
ArgoZhang previously approved these changes Feb 24, 2024
@densen2014
Copy link
Member Author

达到预期效果

<TableColumn @bind-Field="@context.Name" IsVisibleWhenAdd="false" />
<TableColumn @bind-Field="@context.Address" IsVisibleWhenEdit="false" />

@ArgoZhang ArgoZhang merged commit bd47781 into main Feb 25, 2024
5 checks passed
@ArgoZhang ArgoZhang deleted the alex/feat(Table)-columnVisibleEdit-#2932 branch February 25, 2024 05:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

feat(Table): support hiding column in dialog add and edit
2 participants