I’ve got a table set up with fixedColumnsLeft
, fixedRowsTop
and mergeCells
defined. There are 2 fixed rows at the top, and the first cell is merged with the one before.
If I disable fixedColumnsLeft
this renders correctly but if enabled, the merged cell disappears and the layout appears broken, as shown in this jsfiddle.
Is there any way to get this to work? I need to use both fixedRowsTop
and fixedColumnsLeft
and will also need to merge some more columns horizontally.