ng-devui icon indicating copy to clipboard operation
ng-devui copied to clipboard

✨ [Feature]: dataTable表格能不能增加底部 汇总,对应每一个列的求和平均或者计数,方法可以我们自己写,接口要留出来

Open bulesky520 opened this issue 2 years ago • 3 comments

What problem does this feature solve

dataTable表格能不能增加底部 汇总,对应每一个列的求和平均或者计数,方法可以我们自己写,接口要留出来

What does the proposed API look like

bulesky520 avatar Dec 21 '22 04:12 bulesky520

感觉没有必要。这种需求很定制化,组件参数驱动的话很难满足各种变化,加太多参数又会导致太复杂。

你自己实现也很简单,模板模式的话在最后一行渲染多个tr,column模式的话datasource加数据做数据驱动就可以了。

foolmadao avatar Jan 12 '23 08:01 foolmadao

自己写个table吧

ihamlet avatar Feb 11 '23 08:02 ihamlet

我也需要这个功能,非常有必要! 不过实现通用的<最大值、最小值、求和、平均值>等聚合函数功能就好。

RobersonLuo avatar Jul 19 '23 02:07 RobersonLuo