Ticket #4611 (closed enhancement: fixed)

Opened 15 months ago

Last modified 11 months ago

Nested sortable

Reported by: menteb Owned by:
Priority: minor Milestone: 1.8
Component: ui.sortable Version: 1.7.2
Keywords: Cc:

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

Changed 14 months ago by joern.zaefferer

  • milestone changed from TBD to 1.8

Changed 14 months 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

Changed 13 months ago by paul

  • status changed from new to closed
  • resolution set to fixed

Made possible again in r2999.

Changed 11 months 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.