-
-
Notifications
You must be signed in to change notification settings - Fork 48.7k
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
feat: Table summary support fixed columns #23647
Conversation
This pull request is automatically built and testable in CodeSandbox. To see build info of the built libraries, click here or the icon next to each commit SHA. Latest deployment of this branch, based on commit 9d8b146:
|
Codecov Report
@@ Coverage Diff @@
## feature #23647 +/- ##
========================================
Coverage 98.51% 98.51%
========================================
Files 363 363
Lines 7259 7260 +1
Branches 2004 1965 -39
========================================
+ Hits 7151 7152 +1
Misses 108 108
Continue to review full report at Codecov.
|
components/table/demo/summary.md
Outdated
<td colSpan={2}> | ||
<Text type="danger">{totalBorrow - totalRepayment}</Text> | ||
</td> | ||
</tr> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
原来的写法也迁移掉吧,让用户学一套就够了。
}); | ||
|
||
return ( | ||
<> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
要不要把 <Table.Summary>
干脆也用上?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
先留着,有拓展需求的时候再上。免得没用处太早上,以后要用了发现少一个组件名。
🤔 This is a ...
🔗 Related issue link
resolve #19769
💡 Background and solution
📝 Changelog
summary
support fixed columns.summary
支持固定列。☑️ Self Check before Merge
View rendered components/table/demo/summary.md