-
Notifications
You must be signed in to change notification settings - Fork 507
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
20220418-Table Features #594
20220418-Table Features #594
Conversation
…_table_composition_api
…_table_composition_api
Codecov Report
@@ Coverage Diff @@
## develop #594 +/- ##
==========================================
Coverage ? 64.29%
==========================================
Files ? 392
Lines ? 13717
Branches ? 2561
==========================================
Hits ? 8820
Misses ? 4648
Partials ? 249 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 类型冲突e.stopPropagation is not a function
Table Feature
onTreeExpandChange
Table Refactor(无需计入 ChangeLog)
☑️ 请求合并前的自查清单