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(pro:table): support resizable column #945

Merged
merged 2 commits into from
Jun 9, 2022

Conversation

danranVm
Copy link
Member

@danranVm danranVm commented Jun 9, 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?

Other information

@idux-bot
Copy link

idux-bot bot commented Jun 9, 2022

This preview will be available after the AzureCI is passed.

@codecov
Copy link

codecov bot commented Jun 9, 2022

Codecov Report

Merging #945 (883ee26) into main (58bab1b) will decrease coverage by 0.03%.
The diff coverage is 58.33%.

@@            Coverage Diff             @@
##             main     #945      +/-   ##
==========================================
- Coverage   92.79%   92.76%   -0.04%     
==========================================
  Files         692      692              
  Lines       67654    67695      +41     
  Branches     7913     7921       +8     
==========================================
+ Hits        62781    62795      +14     
- Misses       4873     4900      +27     
Impacted Files Coverage Δ
packages/cdk/resize/src/resizable/useResizable.ts 9.13% <6.25%> (-0.37%) ⬇️
packages/cdk/resize/src/resizable/types.ts 100.00% <100.00%> (ø)
packages/components/table/index.ts 95.34% <100.00%> (+0.11%) ⬆️
packages/components/table/src/main/ColGroup.tsx 100.00% <100.00%> (ø)
...ckages/components/table/src/main/body/BodyCell.tsx 87.62% <100.00%> (+0.06%) ⬆️
...ackages/components/table/src/main/body/BodyRow.tsx 91.44% <100.00%> (+0.04%) ⬆️
...ckages/components/table/src/main/head/HeadCell.tsx 81.90% <100.00%> (+0.09%) ⬆️
...ackages/components/table/src/main/head/HeadRow.tsx 100.00% <100.00%> (ø)
packages/components/table/src/types.ts 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 58bab1b...883ee26. Read the comment docs.

@danranVm danranVm merged commit 47b90dd into IDuxFE:main Jun 9, 2022
@danranVm danranVm deleted the feat-pro-table-resize branch June 9, 2022 11:59
@danranVm
Copy link
Member Author

re #761

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