答案 0 :(得分:1)
设置gridOptions.toolPanelSuppressValues: true
您可以阅读有关抑制工具面板here的其他部分的更多信息(查找抑制示例)
答案 1 :(得分:0)
在网格23中,您必须在sideBar
属性的GridOptions
选项内进行操作。
toolPanels: [
{
id: 'id',
labelDefault: 'labelDefault',
labelKey: 'labelKey',
iconKey: 'iconKey',
toolPanel: 'agColumnsToolPanel',
toolPanelParams: {
suppressPivotMode: true, - here
suppressValues: true,
},
},
],