Nestable
Nestable copied to clipboard
list item move within range, enable horizontal move, restore state feature
finish this feature for issue #112
Thanks so much for this...was extremely helpful for me!
Pls add feature to get the item name of list along with id after serialization.
Current Output [{"id":13},{"id":14,"children":[{"id":6}]},{"id":15,"children":[{"id":16},{"id":17},{"id":18}]}]
Expected: [{"id":13,"name":"Item 13"},{"id":14,"name":"Item 14"},{"id":15,"name":"Item 15","children":[{"id":16,"name":"Item 16"},{"id":17,"name":"Item 17"}]}]
Thanks
It will be useful functionality. Must be merged. Thanks.
@dbushell can you merge it ?