-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Nested sortables #8
Comments
One guy asked me about this issue and I also got this issue while I was trying to implement Kanban view and I didn't have much time so I turned on which element need to sortable. I think we can look at jquery ui sortable and show why they can do this. |
These guys seems to have it solved: https://github.com/JimLiu/angular-ui-tree :) |
yep. sound like that, let use it in your project. On Wed, Nov 12, 2014 at 8:41 PM, luckylooke [email protected]
|
yep :) But just for note, this angular-ui-tree is not part of official angular-ui, at least I havent found it on their site http://angular-ui.github.io/ |
yeah. https://github.com/angular-ui/ui-sortable is a part of On Wed, Nov 12, 2014 at 9:03 PM, luckylooke [email protected]
|
Do you have some quick idea how could be nested sortable achieved?
Use case:
Lets have a grid table with rows and columns. Cells inside rows are sortable and also rows inside table are sortable.
Problem:
Dropping cell in row fires also drop in table.
My possible solution:
or
or
:)
The text was updated successfully, but these errors were encountered: