Handsontable not displaying

Tags: #<Tag:0x00007f8b1e1800a0>

Hi I’ve been running my handsontable for months now. Today on one of my forms it is giving the error

'Unhandled exception at line 33, column 375450 in https://docs.handsontable.com/pro/1.5.0/bower_components/handsontable-pro/dist/handsontable.full.min.js

0x800a138f - JavaScript runtime error: Unable to get property ‘defaults’ of undefined or null reference’

What do I do to get rid of this error?

Hi @maxine.williams

Did you update the library, added new libraries/frameworks or changed width/number of columns? It would be much easier to solve the issue if you could prepare a demo where this issue can be replicable.

In my other form was

    <link type="text/css" rel="stylesheet" href="https://cdn.jsdelivr.net/npm/handsontable@7.0.1/dist/handsontable.full.min.css">

and in this form there was

I changed it to be the top one, and it now views. Maybe the lower one is old? I have moved the project to visual studio 2017 and updated the framework to 4.6.1 but I did that thursday and it stopped working today. Really strange. Works now with

in it now though?

As I believe we should see some screen shots here but nothing attached. Please resend it.

Am very sorry about that. This page didn’t like my scripts and links:

In my other form was

src=“https://cdn.jsdelivr.net/npm/handsontable@7.0.1/dist/handsontable.full.min.js
type=“text/css” rel=“stylesheet” href=“https://cdn.jsdelivr.net/npm/handsontable@7.0.1/dist/handsontable.full.min.css”>

and in this form there was

src=“https://docs.handsontable.com/pro/1.5.0/bower_components/handsontable-pro/dist/handsontable.full.min.js”>
type=“text/css” rel=“stylesheet” href=“https://docs.handsontable.com/pro/1.5.0/bower_components/handsontable-pro/dist/handsontable.full.min.css”>

I changed it to be the top one, and it now views. Maybe the lower one is old? I have moved the project to visual studio 2017 and updated the framework to 4.6.1 but I did that thursday and it stopped working today. Really strange. Works now with

src=“https://cdn.jsdelivr.net/npm/handsontable@7.0.1/dist/handsontable.full.min.js
type=“text/css” rel=“stylesheet” href=“https://cdn.jsdelivr.net/npm/handsontable@7.0.1/dist/handsontable.full.min.css

in it now though?

The version 1.5.0 is pretty old (it was released on 27th of June, 2016). Now, we’re on 7.0.2 (new patch released yesterday).
It’s great that the new version works for you. Usually what you load at the end changes anything that has been set before for the same variables or methods.

Hey @maxine.williams

ho is the development? Is there anything else I can do for you?

No I’m good now thank you

Great to hear. If you’d need anything please create a new topic.