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'm trying to use a gantt chart, but no matter how I try to build the array, I end up not being able to bind values to the fields. For example, I have an array in this format:
but when I try to assign fields via {{item.name}} (for example), there is no data. I go along the path, gradually typing characters, and I see that the array of values is there, but it seems that the link to these values does not work.
If I'm not mistaken, I encountered the same problem in the calendar component when I was studying it, but now I have no way to check - maybe it's somehow related.
Expected Behavior
Expected correct binding to array values
Steps to reproduce
Place a Gantt chart on the form and try to bind data from the object
Environment
Self-hosted docker latest version
Additional Information
No response
The text was updated successfully, but these errors were encountered:
Is there an existing issue for this?
Current Behavior
I'm trying to use a gantt chart, but no matter how I try to build the array, I end up not being able to bind values to the fields. For example, I have an array in this format:
but when I try to assign fields via {{item.name}} (for example), there is no data. I go along the path, gradually typing characters, and I see that the array of values is there, but it seems that the link to these values does not work.
If I'm not mistaken, I encountered the same problem in the calendar component when I was studying it, but now I have no way to check - maybe it's somehow related.
Expected Behavior
Expected correct binding to array values
Steps to reproduce
Place a Gantt chart on the form and try to bind data from the object
Environment
Self-hosted docker latest version
Additional Information
No response
The text was updated successfully, but these errors were encountered: