How to get mergecell details with data to store in DB?

Tags: #<Tag:0x00007f8b25748440>

I want to save merge cell data in db but i am not able to find any in-built function which return mergecell details or is there any callback function for MErgecell

Hey @xnaims

You can use the hook https://handsontable.com/docs/7.0.0/Hooks.html#event:afterMergeCells to get information about merged cells.