views:

15

answers:

0

Hi all, I have a treetable built with jQuery. In this table I can drag a row and drop it on another row, thus creating the parent/child rows. Now within the same parent, I'd like to be able to sort children. How can I combine this sortable behavior with the droppable one?

Thanks a lot