-
Notifications
You must be signed in to change notification settings - Fork 331
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] 一些特性和缺陷(每周定时处理) #1028
Merged
Merged
[Table] 一些特性和缺陷(每周定时处理) #1028
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This was referenced Jul 2, 2022
Codecov Report
@@ Coverage Diff @@
## develop #1028 +/- ##
===========================================
+ Coverage 60.40% 60.41% +0.01%
===========================================
Files 937 951 +14
Lines 16498 16675 +177
Branches 3743 3788 +45
===========================================
+ Hits 9966 10075 +109
- Misses 6532 6600 +68
Continue to review full report at Codecov.
|
This was referenced Jul 3, 2022
Closed
uyarn
approved these changes
Jul 3, 2022
This was referenced Jul 4, 2022
Closed
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
🤔 这个 PR 的性质是?
🔗 相关 Issue
💡 需求背景和解决方案
📝 更新日志
feat(Table): 新增
indeterminateSelectedRowKeys
,用于控制选中行半选状态feat(Table): 可编辑单元格,支持编辑组件联动, issue#995
feat(Table): 树形结构行选中,支持中层节点半选状态,issue#996,issue#1004
feat(Table): EnhancedTable 新增对外实例对象
treeDataMap
fix(Table): 树形结构行选中,没有配置
tree
,则当作普通表格行选中处理,issue#1001fix(Table): 修复树形数据表格,选中子节点时,会导致父节点自动折叠问题,issue#999,871f42f6
fix(Table): 修复合并单元格,动态数据显示异常问题,issue#966,8c05f53d
fix(Table): 可编辑功能,数据更新不及时问题,issue#994,4f5c851c
fix(Table): 可编辑单元格,支持 React 16 issue#993
fix(Table): 树形结构,缩进
indent
支持0
本条 PR 不需要纳入 Changelog
☑️ 请求合并前的自查清单