This repository has been archived by the owner on Jul 29, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Timeline nested groups work incorrect if set them after timeline init #3126
Comments
If you not set groupOrder, the order will reference id. [
{
id: 1,
content: "Lee",
nestedGroups: [11,12,13]
},
{
id: 20,
content: "invisible group",
visible: false
},
{
id: 30,
content: "John",
nestedGroups: [34],
showNested: false
},
{
id: 40,
content: "Alson"
},
{
id: 11,
content: "cook",
},
{
id: 12,
content: "shop",
},
{
id: 13,
content: "clean house",
},
{
id: 34,
content: "wash dishes",
}
] |
I just ran into this problem as well. Looking very much forward for a quick fix! |
@marcortw While we try to fix everything, please understand its volunteer time, and there are a lot of things to address. So it will be dealt with when we are able. |
@bradh Of course, I appreciate the efforts! |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I take an example from http://visjs.org/examples/timeline/groups/nestedGroups.html and initialize the timeline before creating groups and elements
Http://jsfiddle.net/ildarnm/dkfo75f9/
The text was updated successfully, but these errors were encountered: