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 attempting to integrate SortableJS for nested items. Inside this nested tree, some of those items may be "closed", hiding their own children. Sometimes I want to move a draggable item over an existing target item and drop it there. It then shall become the last child of that target item and since the latter is closed, become hidden. This is a typical behaviour for say, a directory browser.
hoping that dropping over another target item is considered as "spill". This however is not the case, such a dropped item is inserted above or below the target item.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I'm attempting to integrate SortableJS for nested items. Inside this nested tree, some of those items may be "closed", hiding their own children. Sometimes I want to move a draggable item over an existing target item and drop it there. It then shall become the last child of that target item and since the latter is closed, become hidden. This is a typical behaviour for say, a directory browser.
I attempted to create such a sortable using
hoping that dropping over another target item is considered as "spill". This however is not the case, such a dropped item is inserted above or below the target item.
Is there any way to implement this feature?
Beta Was this translation helpful? Give feedback.
All reactions