How to merge row headers?

Tags: #<Tag:0x00007f8b1843d140>

Hi, thank you for this library. It has been quite useful for our use case.
I am currently using the react wrapper and passing in hotSettings to configure the table.

I would like to have two row headers, with the first row header having merged various cells together. I have seen that it is possible to add a second row header in this discussion (Custom Row Header but using regular cell) but I am having trouble figuring out how to merge the row headers together.

I would want something like this:

image

Is this possible? What is the best way to achieve this? Thank you!

Hi @niconal902

it’s not possible at the moment. Currently you can have only multiple column headers. Row headers are only a 1-level layer.