Add lines to grupo

Is it possible to add multiple lines only to row M ? Have to maintain the columns 1 and 2 and i only what to add lines in column 3 but mantian its grupos M,L,XL ? if it is possible can you indicate a possible solution ?

Hi @dit
Can create a draft/image how this line should cross the cell?
Here’s the Handsontable representation of your example above: http://jsfiddle.net/yLkb4fk9/

If I understand the idea you want to add another level of merging - something like this http://jsfiddle.net/zfpf0u7h/ maybe?

Sorry the previous image is not a pefertct example. I want to add lines horizontly in the M row. when i add a line the structer it does not mantain(M,L,XL) it adds and empty line and moves the structre down (L,XL) i only need add lines in clomun 3 and after each add line mantain White(M,L,XL) structer.

It can be done if the structure will be solid but if you would want the user to be able to add new rows (for example with the context menu) it will take a lot of coding as we would have to block some actions and use updateSettings.

Here’s a solid example http://jsfiddle.net/cLzw9uwb/