Nestable2 icon indicating copy to clipboard operation
Nestable2 copied to clipboard

New pickup of Nestable!

Results 38 Nestable2 issues
Sort by recently updated
recently updated
newest added

How do I limit the hierarchy to only (Father and Children)? https://jsfiddle.net/rhm96nax/

The jQuery .data() function caching the data-attributes. If we need to dynamically edit the data attribute, the value isn't updated in the output. ### Expected behavior In this example the...

enhancement

When the list has only one element and that element is restored, the list becomes a div with the empty class and inside the div is attached the element. So...

### Expected behavior After an ajax call and fill the nestable div with new data and call the $("#nestable").nestable() render the nestable normally ### Actual behavior It only renders the...

Currently, from what I see, removing an element with children will delete the item together with all its children. This behavior is counter intuitive in many real life scenarios where...

Childs can be preserved setting `true` as 2nd parameter of method "remove"

Using `$('.dd').nestable('add', jsonObj)` on an empty initial container like ``` ``` will produce an empty div `` remaining regardless of how many nodes I've add. This empty div was initiated...

For some reasons I use an auto zoom function to fit al the page functions in one screen without scrolling. So on my laptop the screen has a zoom of...

In other words... a snap to pointer feature on drag. I believe this is a worthy feature, an example use-case would a full width nestable list, that when dragging an...

### Expected behavior In the README it's written that you can build a nestable, using a json. After I filled up the nestable using a json, the default functions don't...