how to insert col/row in spreadsheet

Hello, webix team
How to insert column/row after every column/row? (use right click)
How to insert column/row in the middle of merged cell?

If my max column size is 10 in spreadsheet, I cannot insert column 11.
In addition to this question, I also tried to insert the cells in the middle of the merged cell. When I click one column in the merged cell, the entire cell of the merged cell would be chosen. It caused me to insert the new cells in front of the merged cell.

Hi @Karena

To insert column/row after every column/row you can use insertRow() and insertColumn() functions.
example: Code Snippet

To insert column/row in the middle of a merged cell you need to select a cell (not merged) in this column/row and click “insert column/row” button.