problems with nesting
See original GitHub issueupdate
-
items cant be moved under eachother, only be moved outside. -
usingv-model="childs"
which is the same array that is used in thev-for
gives error that its an object not array, shouldn’t the same item that works forv-for
also works for thev-model
? -
when moving an item from the nested menu to the parent, the parent list doesnt get updated, even though that both are under the same group name, also tried to use:list="$parent.pages"
but doesnt work -
trying to add an item under nest, makes it disappear -
when an item is re-dragged after it was moved out of the nested menu, we get an error and everything stops working
Issue Analytics
- State:
- Created 6 years ago
- Reactions:2
- Comments:39 (11 by maintainers)
Top Results From Across the Web
Algorithms for Nesting Problems | SpringerLink
The Nesting Problem naturally appears in the context of several production processes, as in the textile, wood or steel industries, whenever is necessary...
Read more >Top 5 Causes of Bird Nesting And How To Fix Them
Your liner can develop issues over time that lead to bird-nesting, including buildup and incorrect tension and often, a dirty liner is caused...
Read more >Algorithms for nesting with defects - ScienceDirect.com
Nesting problems consist of cutting irregularly shaped master surfaces (e.g., steel sheets, leathers, etc.) into a number of smaller irregularly ...
Read more >Approaches to Tackle the Nesting Problems - ResearchGate
The nesting problem arises in several manufacturing industries (e.g., furniture, garment, textile and wood). It is a representative cutting ...
Read more >The Good, Bad and Ugly Sides of Nesting During Divorce
Cleanliness is one of the biggest issues our clients argue about with the other parent. We often see emails about the house being...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
recursive example: https://jsfiddle.net/dede89/bfksoj5b/9/
@ctf0 Would it be possible to use your updated fiddle to create an official example for nested draggable tree? It works perfectly however it’s slightly hard to find/easy to miss (you need to dig through the github’s issues).