-
Notifications
You must be signed in to change notification settings - Fork 333
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue with parse data get by axios #95
Comments
Hello, Here are a couple of examples: Perhaps they will be helpful for you. |
The gantt.parse() method expects an array of data to be provided, and it seems that it is encountering an issue when trying to access the 'length' property of the array example- gantt.parse({ double check your code ,and have a look on your code and my code , is this similar or not |
@Krishkumarchhabra25, It is hard to suggest what might be wrong as I don't see your code. |
Hi,
I use dhmlx-gantt: 8.0.1 free, for get data I use Axios, but when I try to parse data
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
The text was updated successfully, but these errors were encountered: