Hello. I encountered three issues while trying to style the table header.
This is the result I expect to get.
Here’s the snippet: https://jsfiddle.net/wt3a2mzy/26/
-
As far as I understand, since 2012, the ability to merge table headers vertically (rowspan) has not been implemented. The reason for this is a break in backward compatibility (https://github.com/handsontable/handsontable/issues/191#issuecomment-2541354128).
-
At the lowest level of
nestedHeaders
(label: "F"
), it is not possible to merge cells by settingcolspan > 1
. If you specify:{ "label": "F", "colspan": 3 }
the header disappears.
-
It is not possible to add a row number symbol (№) in the upper-left corner of the table, which should be merged vertically with the rows to maintain centering.
How can these problems be solved?
P.S. I’m using v.13.1.0