Hi!
I cannot connect Handsontable with Dojo 1.9.
Can you show working example of using handsonetable with dojo? Is it possible?
I am try this http://jsfiddle.net/73efdhzn/ But unfortunatly its not working too.
Thanks!
Hi!
I cannot connect Handsontable with Dojo 1.9.
Can you show working example of using handsonetable with dojo? Is it possible?
I am try this http://jsfiddle.net/73efdhzn/ But unfortunatly its not working too.
Thanks!
I belive that the example is from this topic https://github.com/handsontable/handsontable/issues/2797
Unfortunately, we do not have an official support for Dojo and I do not have any working example but I have found a similar topics that may help
Hi!
amd from Dojo is not compatible with Handsontable. I found workaround. In file handsontable.full.js
need to replace
else if(typeof define === ‘function’ && define.amd)
to
else if(typeof define === ‘function’ && define.amd && define.amd.vendor !== ‘dojotoolkit.org’)
It will be nice if this solution find place in yours code
I highly encourage to create a pull request. It will surely speed up the process