kartik-v / yii2-sortable

Create sortable lists and grids using HTML5 drag and drop API for Yii 2.0.
http://demos.krajee.com/sortable
Other
43 stars 20 forks source link

Multi-level sortable #6

Open alexandernst opened 9 years ago

alexandernst commented 9 years ago

It would be cool if a multi-level sortable could be done.

Item 1
    Sub-item 1
    Sub-item 2
    Sub-item 3
Item 2
Item 3
    Sub-item 1
    Sub-item 2
    Sub-item 3
Item 4
--- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/10234490-multi-level-sortable?utm_campaign=plugin&utm_content=tracker%2F2651213&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F2651213&utm_medium=issues&utm_source=github).
kartik-v commented 9 years ago

Currently strapped with time and it is not supported in the core html sortable plugin directly (so need to develop a separate jquery extension for this). Feel free to submit a PR to enhance this.