Handsontable unmerge is not a function

Tags: #<Tag:0x00007f135fedcd70>

when i use unmerge(startRow, startColumn, endRow, endColumn) ,it reported unmerge is not a function,
how should i do ?
thanks.

Hi @2425181231

The unmerge is a function of the mergeCells plugin. To use it you have to refer to the plugin first

hot.getPlugin('mergeCells').unmerge(...)

Hi aleksandra_budnik ,It’sworking ! thank you very much 。

Happy to help :slight_smile: Have a great weekend