Mobius1 / NestableJS

JS library for drag & drop hierarchical lists
MIT License
11 stars 5 forks source link

Return more info from stop event #3

Closed lubomirblazekcz closed 3 years ago

lubomirblazekcz commented 3 years ago

Currently the stop event only returns array of the tree. But it would be great if the event returned also info about what was moved and where. Eg. like in jqtree https://mbraak.github.io/jqTree/#event-tree-move

This is also better for sending new tree state with ajax to server.

t0byman commented 3 years ago

I want this too!

Mobius1 commented 3 years ago

Implemented in v0.2.0

Reopen if needed.