Merge headers causes issue while getting highlighted

Tags: #<Tag:0x00007f13683de000>

Hi,
As per the link(Merge corner header and first row header) I had merged the headers, but I am facing issue while selecting the first cell of the table, such as the top portion of the header is not getting selected, the demo here(http://jsfiddle.net/b5380vz6/26/) will expalin it clearly

Please guide me to fix this.

Hi @ebalasubramanian24

it is just a visual merge. This cell has never been developed to be selected. You can try to fake it with CSS though. You can try to change the element background via afterOnCellMouseDown(e, coords) hook, where

coords.row === 0 && coords.col < 0