gpt4 book ai didi

需要 Angularjs Ui 网格分组格式

转载 作者:行者123 更新时间:2023-12-03 08:22:40 24 4
gpt4 key购买 nike

我正在使用 Angularjs ui 网格分组功能。请查看图像,当显示组总和时,默认情况下它显示为“总计:”但我想将其更改为“总计”(大写“T”)并且我还想将汇总总计限制为 2 个小数。我需要在哪里更改设置?

以下是我的 Ui Grid colDef:

angular.forEach(columns, function(value, key) {
columnDefs.push({
name: key,
displayName: value,
enableCellEdit: false,
aggregationType: uiGridConstants.aggregationTypes.sum,
width: '8%'
})
});

uiGridGrouping

最佳答案

如果要自定义列脚,则需要为该列提供一个footerCellTemplate。

footerTemplate 可以配置为只显示两位小数

footerCellTemplate: '<div class="ui-grid-cell-contents">\'Total\' (capital \'T\') {{col.getAggregationValue() | number:2 }}</div>'

http://plnkr.co/edit/u75EC8gxdIBxHzthaH15?p=preview显示了一个示例,您可以在其中更改标签和小数。

关于需要 Angularjs Ui 网格分组格式,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/30374368/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com