Walter
Results
1
issues of
Walter
### Expected behavior When adding an item using: `$('.dd').nestable('add', {"id":1,"children":[{"id":4}]});` ..it would be nice if the layout would consider a custom build function. Like when using: `buildItem(item) { ... }`...