xwisdom schrieb:
Hello,
It would be nice if the treeview had drag & drop node sorting. It
would also be nice to have a node showing that the tree is loading
from the server.
There is some experimental code for adding and removing nodes available,
a demo is here:
http://dev.jquery.com/view/trunk/plugins/treeview/demo/edit.html (right
click to remove nodes).
If you add jQuery UI sortables and a bit of code when adding/removing
nodes you may already be pretty close.
Showing a loading indicator would be an addition to the async plugin:
http://dev.jquery.com/view/trunk/plugins/treeview/jquery.treeview.async.js
Contributions are welcome.
Jörn