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

fix(table): table should support dependencies #7019

Merged
merged 5 commits into from
May 5, 2023

Conversation

chenshuai2144
Copy link
Contributor

close #7014

@github-actions
Copy link

github-actions bot commented May 5, 2023

🎊 PR Preview has been successfully built and deployed to https://pro-components-preview-pr-7019.surge.sh

@codecov
Copy link

codecov bot commented May 5, 2023

Codecov Report

Patch coverage: 100.00% and no project coverage change.

Comparison is base (d8d1e6e) 97.71% compared to head (b8fbb19) 97.71%.

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

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #7019   +/-   ##
=======================================
  Coverage   97.71%   97.71%           
=======================================
  Files         338      338           
  Lines       10972    10982   +10     
  Branches     3930     3942   +12     
=======================================
+ Hits        10721    10731   +10     
  Misses        208      208           
  Partials       43       43           
Impacted Files Coverage Δ
packages/form/src/components/Field/index.tsx 97.56% <ø> (ø)
packages/form/src/BaseForm/createField.tsx 99.11% <100.00%> (ø)
packages/form/src/components/Dependency/index.tsx 97.82% <100.00%> (+0.09%) ⬆️
packages/form/src/layouts/StepsForm/StepForm.tsx 100.00% <100.00%> (ø)
...ages/layout/src/components/SiderMenu/SiderMenu.tsx 100.00% <100.00%> (ø)
...kages/layout/src/components/TopNavHeader/index.tsx 97.87% <100.00%> (ø)
packages/table/src/utils/cellRenderToFromItem.tsx 100.00% <100.00%> (ø)

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

@chenshuai2144 chenshuai2144 merged commit 7addd50 into master May 5, 2023
@chenshuai2144 chenshuai2144 deleted the table-dependencies branch May 5, 2023 23:10
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.

🐛[BUG] EditableProTable 中配置 columns 关联列无法生效
1 participant