Ag-grid 枢轴组计数 [英] Ag-grid pivot group count

查看:40
本文介绍了Ag-grid 枢轴组计数的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我使用 Ag-grid 16.0 和 Angular 5.

I'm using Ag-grid 16.0 with Angular 5.

我想隐藏数据透视组的数量.

I want to hide count of pivot group.

rowGroup: true,    
cellRenderer:'agGroupCellRenderer',
cellRendererParams: {
    suppressCount: false, // turn off the row count
}

suppressCount: false 对我不起作用.

suppressCount: false doesn't work for me.

如何删除数据透视组的数量?

How could I delete the count of pivot group?

感谢您提前帮助我.

@pivot 组计数图像

推荐答案

应该

cellRendererParams: {
    suppressCount: true
}

这篇关于Ag-grid 枢轴组计数的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆