johnny / jquery-sortable

A flexible, opinionated sorting plugin for jQuery
http://johnny.github.io/jquery-sortable/
Other
1.52k stars 441 forks source link

I can't sort items out of group #275

Open Nekiess opened 5 years ago

Nekiess commented 5 years ago

I have a table like the one below, I have items outside groups and 1 group, I can get items that are inside group and put outside this group but I can't get items and add to group, how to add items to group? . . The HTML: .

A Column
A Item 1
A Item 2
A Item 3
A Item 4
A Item 5
A Item 5.1
A Item 5.2
A Item 5.3
A Item 5.4
A Item 6

. . . . The JavaScript

. . image