akserg / ng2-dnd

Angular 2 Drag-and-Drop without dependencies
MIT License
838 stars 251 forks source link

ng2-dnd sorting in droppable list #248

Open ghost opened 6 years ago

ghost commented 6 years ago

I'm submitting a ... feature request

Is there any other alternative for this ?

ikismail commented 6 years ago

Need the same feature @akserg , @vaishnavi-baliga can I know how did you resolve this ?

argygkou commented 6 years ago

I need this feature too. Please inform us how can we resolve this.

ghost commented 6 years ago

@ikismail @argygkou refer this https://github.com/akserg/ng2-dnd/issues/249 my solution for this issue.

giscafer commented 6 years ago

here is my solution, support sorting in droppable list

online demo:http://blog.giscafer.com/ngx-dnd-demo/#/target-sortable

source code: https://github.com/giscafer/ngx-dnd-demo

Hope can help you