-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
Hi,
The stack works great when a set of predefined children are inside the viewstack container. However, when I try creating children dynamically, the children div's do not stack up and are instead position next to each other.
for (k = 0; k < 10; k++) {
$("#flowcontainer").append("
This is child No." + k + "
");}
here flowcontainer is the viewstack main container.
Am I doing something wrong?
Thanks,
Ram
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels