-
Notifications
You must be signed in to change notification settings - Fork 503
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 组件,表尾能否做合并行需求功能? #1047
Labels
Comments
👋 @synctimes163,感谢给 TDesign 提出了 issue。 |
是个好建议,可以称为Summary插槽,例子Ant Design Vue 需要看看其他项目的通用性,或者我个人出一个单独的组件,待讨论 |
已在群里为用户提供解决方案:因 table 组件支持冻结固定任意一行在底部,用户可以设置最后一行为总结行,然后固定即可。 2022-07-02.14.27.57.mov |
后续会考虑支持 表尾合并行,因有备选方案,不紧急 |
This was referenced Aug 7, 2022
Vue2 resolved in Tencent/tdesign-vue#1217 |
0.19.1 已修复 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
这个功能解决了什么问题
table 组件,表尾能否做合并行需求功能?
可以解决,表尾固定到表格底部,展示动态列内容。
示例数据:
`
{
"Code": 0,
"Msg": "success",
"Data": {
"MaterialDetails": [{
"No": "MA00003",
"MaterialNo": "MA00003",
"TargetPrice": 0.00000,
"TargetPriceCurrency": 1,
}, {
SuppliersQuotedprices 是动态加成列。
我用element-ui2.0 也没找到合并表尾,期望tdesign 能实现。
你建议的方案是什么
支持表尾做合并行功能
The text was updated successfully, but these errors were encountered: