I'd like to hide the number of rows being grouped- the number is shown in the image Is this even possible?
In grid options, add this parameter
autoGroupColumnDef: {
cellRendererParams: {
suppressCount: true,
},
},
Here's an example: https://plnkr.co/edit/OZ48nG4OIvyk762k?preview