-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Description
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:
- checking if dropped item is from child list
or - isolated scopes for sortables
or - something else..
:)
Metadata
Metadata
Assignees
Labels
No labels