Hello all, I have a problem regarding rendering subgrids in a grid with rowspans. My current implementation renders subrgids for each row, as such:
I want it to only render once/rowspan similar to this:
Is this possible? Thank you