【发布时间】:2021-10-21 03:51:15
【问题描述】:
目前groupRemoveSingleChildren 属性只能在 AGGrid 中全局设置。
我怎样才能只为一列将此属性设置为 true ?
例子:
{
field: 'section',
rowGroup: true,
hide: true,
groupRemoveSingleChildren: true, // dosen't work, but you get the idea
},
{
field: 'analyseLabel',
rowGroup: true,
hide: true,
groupRemoveSingleChildren: false,
},
【问题讨论】: