Linking of cells between sheets

Tags: #<Tag:0x00007f8b1cf7e3c0>

We are implementing Handsontable in intranet application.

Just wanted to check if cross linking of cells is possible between 2 different sheets?

For instance:
We have two sheets Parent & Child

Cell A1 from child sheet is linked to cell B1 from parent sheet. So in such case whenever data from parent sheet cell B1 changes the corresponding sheet data changes in child sheet cell A1.

Yes, it is possible. Here is working example http://jsfiddle.net/handsoncode/kqbwpc8j/

Let me know if you’d need anything else @amol