I have an error on loading the core script, at line 12439:
if (it == undefined) throw TypeError("Can't call method on " + it);
Do you have an idea of why I get this?
I have an error on loading the core script, at line 12439:
if (it == undefined) throw TypeError("Can't call method on " + it);
Do you have an idea of why I get this?
Hi @even-mind
You get this error after table initializes or you call any additional methods/hooks?
It looks like you’re calling an instance method while the instance hasn’t been initialized/loaded.
Hi, no, im getting this if I load just the handsontable script, even if i don’t initialise a table. Just put link of the script in HTML…
So you are loading the original v1.18.1 handsontable.full.js
file inside a static HTML file? I have checked that no later that yesterday on my local devices and it did not return any errors.
Yes I tried with the original file and it throws the error, i’m not on a static html page but in a Joomla component. Is it a conflict problem you think?
Yes, it might be Joomla. However, I found a topic here http://fabrikar.com/forums/index.php?threads/launching-new-plugin-element-for-fabrik-handsontable.38740/ with a working example on Joomla. Maybe it is version related. Can you try to use an older version of Handsontable?
Well I just commented this line for the moment, thank you for your support !
You’re welcome. Let me know if you’d have any other issues. In the meanwhile I think that we can close this topic.