Composite key validation on row

I want to try composite key(multiple cells) validation on handsontable while copy/paste .

Do we have any help on this scenario ?

Hi @netamitk

There is a callback called beforeCopy (docs) that you can use.

It provides coordinates of cells that we want to change and data that is going to be pasted.