Ticket #4611 (closed enhancement: fixed)
Nested sortable
| Reported by: | menteb | Owned by: | |
|---|---|---|---|
| Priority: | minor | Milestone: | 1.8 |
| Component: | ui.sortable | Version: | 1.7.2 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
Description
I would be nice to see sortable expanded to have several depths:
<ul>
<li></li>
<ul>
<li></li>
<ul>
</ul>
Is this feasible?
Change History
comment:2 Changed 4 years ago by kae
http://verens.com/demos/nested-sortables/nested-sortables.html
had to change a few things in ui.sortable.js to make it work, but nothing major.
see http://dev.jqueryui.com/ticket/4703 for a patch
comment:3 Changed 4 years ago by paul
- Status changed from new to closed
- Resolution set to fixed
Made possible again in r2999.
comment:4 Changed 4 years ago by menteb
The sort functionality is now there (thanks), but the serialize is still the one for non-nested sortables. I found something that seems to work here: http://www.b-hind.eu/jquery/index.php, so maybe this can be used as example.
Bram
Note: See
TracTickets for help on using
tickets.

