Loading handsOn table settings dynamically

Hi Team,

Basically I am want to simulate excel functionality using Handson table in Vue , means each sheet will be treating as one handsontable. so I want to dynamically load this settings - data , once I get the response from RestApi ( which will get excel data in Json format ) in mounted or created function , could you please help me to How I can load settings in dynamic.

Thanks,
Saibaba.G

Hi @saibaba.gajulawar

we haven’t thought about the tabs structure yet. However there’s a demo that may help http://jsfiddle.net/x910e6zm/. It works on the getDataAtCell/ setDataAtCell communication.