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): change the way to use of sortable #4514

Merged
merged 3 commits into from
Nov 15, 2023
Merged

Conversation

kyokaxin
Copy link
Contributor

@kyokaxin kyokaxin commented Nov 3, 2023

close #4489

Copy link

codecov bot commented Nov 3, 2023

Codecov Report

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

Comparison is base (8bdc0c9) 90.66% compared to head (bfecdc7) 11.52%.
Report is 7 commits behind head on master.

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

Files Patch % Lines
src/progress/view/progress-circle.jsx 0.00% 10 Missing ⚠️
src/animate/child.jsx 0.00% 9 Missing ⚠️
src/time-picker/time-picker.jsx 0.00% 8 Missing ⚠️
src/notification/index.jsx 0.00% 7 Missing ⚠️
src/cascader/menu.jsx 0.00% 6 Missing ⚠️
src/cascader/utils.js 0.00% 6 Missing ⚠️
src/date-picker/month-picker.jsx 0.00% 6 Missing ⚠️
src/date-picker/util/index.js 0.00% 6 Missing ⚠️
src/date-picker/year-picker.jsx 0.00% 6 Missing ⚠️
src/calendar/table/month-table.jsx 0.00% 5 Missing ⚠️
... and 58 more
Additional details and impacted files
@@             Coverage Diff             @@
##           master    #4514       +/-   ##
===========================================
- Coverage   90.66%   11.52%   -79.15%     
===========================================
  Files         305      305               
  Lines       18066    17903      -163     
  Branches     5437     5289      -148     
===========================================
- Hits        16380     2063    -14317     
- Misses       1665    15836    +14171     
+ Partials       21        4       -17     

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

Copy link
Contributor

@YSMJ1994 YSMJ1994 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

issue内有更新,根据这个调整一下吧 #4489 (comment)

@@ -178,14 +178,14 @@ class Demo extends React.Component {
};
render() {
return (
<DragDropContextProvider backend={HTML5Backend}>
<DragDropContext backend={HTML5Backend}>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

DragDropContext不是一个组件,你仔细看一下我的那个demo

@YSMJ1994 YSMJ1994 self-requested a review November 15, 2023 13:47
@YSMJ1994 YSMJ1994 merged commit d73a9f1 into master Nov 15, 2023
19 checks passed
@YSMJ1994 YSMJ1994 deleted the fix-issue-4489 branch November 15, 2023 14:11
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]Tab组件下使用拖拽可编辑表格报错
2 participants