Opened 14 years ago

Closed 14 years ago

Last modified 13 years ago

#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:
Blocked by: Blocking:

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 (4)

comment:1 Changed 14 years ago by Jörn Zaefferer

Milestone: TBD1.8

comment:2 Changed 14 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 14 years ago by paul

Resolution: fixed
Status: newclosed

Made possible again in r2999.

comment:4 Changed 13 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.