Page 1 of 1

Hiding grouped row count in powergrid

PostPosted: Mon Jun 20, 2022 4:51 pm
by mees
Hi all,

We've been trying to use pre-set groups in the powergrid, but when I do that, the number of nodes that are in that group is displayed behind the key that is shown. We're using a custom rowGroupRendererFunc to display the data, where I don't add this to the text that should be shown, but still it is displayed like this. Does anyone know how I can get rid of it?

ex.png
ex.png (41.31 KiB) Viewed 1341 times


Thanks in advance!
Mees

Re: Hiding grouped row count in powergrid

PostPosted: Tue Jun 21, 2022 2:56 am
by wvitpr
Hi,
Try adding this to your CSS , it fixed it for me

.ag-group-child-count {
display: none;
}