Dojo compatibility

Tags: #<Tag:0x00007efc61d11cf8>

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 @mustaev.r.ru

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

  1. http://dojo-toolkit.33424.n3.nabble.com/how-to-use-handsontable-in-dojo-project-td4006374.html
  2. https://stackoverflow.com/questions/31791315/how-to-select-a-div-inside-an-handsontable-cell-editor

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