-
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
Some Features and Bugs #1259
Merged
Merged
Some Features and Bugs #1259
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
chaishi
force-pushed
the
20220807_feature_table
branch
from
August 10, 2022 07:24
ba8cda3
to
7050274
Compare
honkinglin
reviewed
Aug 10, 2022
Codecov Report
@@ Coverage Diff @@
## develop #1259 +/- ##
===========================================
+ Coverage 59.87% 59.88% +0.01%
===========================================
Files 992 1006 +14
Lines 17502 17692 +190
Branches 4005 4051 +46
===========================================
+ Hits 10479 10595 +116
- Misses 7023 7097 +74
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
honkinglin
approved these changes
Aug 10, 2022
16 tasks
Merged
16 tasks
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
💡 需求背景和解决方案
📝 更新日志
fix(Table): 行选中会触发重置列宽调整的结果
feat(Table): 支持使用插槽
footer-summary
定义通栏表尾,同时支持同名属性 Propsfooter-summary
渲染通栏表尾feat(Table): 由于表格支持定义多行表尾,因而本次支持使用
rowspanAndColspanInFooter
定义表尾行数据合并单元格,使用方法同rowspanAndColspan
feat(Table): 支持
min-width
透传到元素<col>
feat: Cascader/Select/DatePicker/RangeInput 等组件支持
status
tips
属性透传到底层组件feat(Table): 新增
cellEmptyContent
,当列数据为空时显示指定值feat(Table): 可编辑行功能,新增实例方法
validate
,支持校验表格内的全部数据fix(Table): 可编辑行功能,提交校验时只校验了第一列
fix(Table): 列配置功能,带边框模式,移除分页组件边框下方多余的边框
本条 PR 不需要纳入 Changelog
☑️ 请求合并前的自查清单