Hi,
I use dhmlx-gantt: 8.0.1 free, for get data I use Axios, but when I try to parse data
gantt.parse({
data: array
});
I get the error:
Cannot read properties of undefined (reading 'length'
If I use the load function from the same source it's ok or if I put this data how static also ok