Hi,
my app run well with webix_debugg.js file but when i use webix.js file, I got this two errors and don’t build the window called:
Uncaught TypeError: Cannot read property ‘length’ of undefined
at Object.getConfig (webix.js:862)
at c.rj (webix.js:915)
at c.render (webix.js:911)
at c.ej (webix.js:910)
at new c (webix.js:14)
at Function.t.A (webix.js:204)
at c.kc (webix.js:236)
at c.kc (webix.js:248)
at new c (webix.js:14)
at Function.t.A (webix.js:205)
Uncaught TypeError: Cannot read property ‘header’ of undefined
at c.xt (webix.js:1160)
at c.hideColumn (webix.js:1159)
at webix.ajax.success (_compare_table.js:199)
at Function.webix.ajax.$callback (webix.js:132)
at XMLHttpRequest.G.s.onreadystatechange (webix.js:127)
at XMLHttpRequest.onreadystatechange (client.js:1876)
I don’t have this error using webix_debug.js file.
Please help me to find what’s going wrong