I'm in need of a grid where each row has cells with a rowspan. So that the final two or three cells are split into two rows.
Here's an example I've done using rowRender.
https://stackblitz.com/edit/react-hwvage?file=app/main.jsx
I've got the layout I want however I lose the ability to sort, lock columns etc. Is there a better way to accomplish what I'm trying to do?
Thanks!