-
Notifications
You must be signed in to change notification settings - Fork 363
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
Table DragSort Column 列拖拽排序 #755
Conversation
Codecov Report
@@ Coverage Diff @@
## develop #755 +/- ##
===========================================
+ Coverage 57.56% 61.63% +4.07%
===========================================
Files 346 348 +2
Lines 12828 13055 +227
Branches 2405 2478 +73
===========================================
+ Hits 7384 8047 +663
+ Misses 5200 4758 -442
- Partials 244 250 +6
Continue to review full report at Codecov.
|
关联子仓库:Tencent/tdesign-common#405
🤔 这个 PR 的性质是?
🔗 相关 Issue
💡 需求背景和解决方案
📝 更新日志
Breaking Change
drag=sort
表示列拖拽排序,drag=row
表示行拖拽排序,drag=row-handler
表示行手柄列拖拽排序。如果您使用了
drag="col"
来实现行拖拽排序,请更为使用drag="row-handler"
Bug Fix
TdBaseTableProps
和TdPrimaryTableProps
关于onCellClick
的 TS 类型冲突Table Feature
dragSort="col"
即可onTreeExpandChange
Table Refactor(无需计入 ChangeLog)
fix some typo error
本条 PR 不需要纳入 Changelog
☑️ 请求合并前的自查清单