You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think the line var demoGrid = document.getElementById("#demo-grid");
should be replace by var demoGrid = document.getElementById("demo-grid"); (no #)
in http://gridifier.io/essentials/usage
Edit: all the examples use getElementById("#id") instead of getElementById("id")
With a simple html demo file I have this error
In gridifier.js line 542, which is:
isNative: function(t) { return "undefined" != typeof t && "undefined" != typeof t.tagName && "undefined" != typeof t.nodeName && "undefined" != typeof t.ownerDocument && "undefined" != typeof t.removeAttribute ? !0 : !1; },
My page is a simple demo with code provided in the usage page, "Examples of setting collection type:"
The text was updated successfully, but these errors were encountered: