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(comp:table): support for rendering empty cells #1127

Merged
merged 1 commit into from
Sep 8, 2022

Conversation

danranVm
Copy link
Member

@danranVm danranVm commented Sep 8, 2022

PR Checklist

Please check if your PR fulfills the following requirements:

  • The commit message follows our guidelines
  • Tests for the changes have been added/updated or not needed
  • Docs and demo have been added/updated or not needed

What is the current behavior?

What is the new behavior?

  • 单元格内容为空时,可以通过 emptyCell 来渲染默认内容。

Other information

@idux-bot
Copy link

idux-bot bot commented Sep 8, 2022

This preview will be available after the AzureCI is passed.

@codecov
Copy link

codecov bot commented Sep 8, 2022

Codecov Report

Merging #1127 (a3e70f4) into main (141e05e) will decrease coverage by 0.00%.
The diff coverage is 100.00%.

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

@@            Coverage Diff             @@
##             main    #1127      +/-   ##
==========================================
- Coverage   96.79%   96.79%   -0.01%     
==========================================
  Files         321      321              
  Lines       30775    30792      +17     
  Branches     2800     2801       +1     
==========================================
+ Hits        29790    29804      +14     
- Misses        985      988       +3     
Impacted Files Coverage Δ
packages/components/config/src/defaultConfig.ts 100.00% <ø> (ø)
...es/components/_private/checkable-list/src/types.ts 100.00% <100.00%> (ø)
packages/components/cascader/src/types.ts 100.00% <100.00%> (ø)
packages/components/config/src/types.ts 100.00% <100.00%> (ø)
packages/components/menu/src/types.ts 100.00% <100.00%> (ø)
packages/components/select/src/types.ts 100.00% <100.00%> (ø)
packages/components/table/src/Table.tsx 100.00% <100.00%> (ø)
packages/components/table/src/token.ts 100.00% <100.00%> (ø)
packages/components/table/src/types.ts 100.00% <100.00%> (ø)
packages/components/transfer/src/types.ts 99.57% <100.00%> (ø)
... and 5 more

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

@danranVm danranVm merged commit 5168bf8 into IDuxFE:main Sep 8, 2022
@danranVm danranVm deleted the feat-table-emptyCell branch September 23, 2022 03:38
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.

None yet

1 participant