So I have trying to achieve something like in the image:
Basically, I want that if some rows have the same value in the column "Type", I want them to be grouped and show a single cell in the column with the value.
I haven't been able to do it without hiding the group column...
But It seems that it does not play nice with Frozen columns.
I checked every value and the two first columns are consistently rendered like in the image. I even tried to don't had the rowspan when the value is just one record.
Out of curiosity and information for later developers, I have filled a new column with the number of records that have the same "ProductType", that's how I managed to know the size of the rowspan in each record.