Hi everybody!
I'm trying to integrate Gantt for ExtJS into my app (trial version so far) and it seems to throw an error that I cannot understand because of the coding.
This is the code that causes the issue:
this.getView().doExport({
format : "A5",
orientation : "landscape",
range : "complete",
showHeader : true,
id : "singlepage"
});
And this is what I get:
bryntum-gantt-pro-debug.js?_dc=1640880376045:1878 Uncaught TypeError: _0x5ab2x7[_0xc9cc[2802]] is not a function
at constructor.fillRecordRelatedBoxes (bryntum-gantt-pro-debug.js?_dc=1640880376045:1878)
at constructor.collectNormalRow (bryntum-gantt-pro-debug.js?_dc=1640880376045:1878)
at constructor.collectRowsStep (bryntum-gantt-pro-debug.js?_dc=1640880376045:1878)
at bryntum-gantt-pro-debug.js?_dc=1640880376045:1878
Anyone experienced this?
Thanks!