You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
When using sortable.js with two tables, drag and drop work between the tables, but the drop target for the row, is tiny if there are no elements in the second table. This is setting the parent to a . If I set the table as the parent, it thinks the entire table is the draggable item. using .draggable or .item doesn't seem to work.
Describe the solution you'd like
Would like to set a selector for the drop (e.g. the table or a div that contains the table):
newSortable(example3Left,example3Right,{group: {name: 'shared',pull: 'clone'// To clone: set pull to 'clone'},animation: 150,dropTarget: "#container"});
Is your feature request related to a problem? Please describe.
When using sortable.js with two tables, drag and drop work between the tables, but the drop target for the row, is tiny if there are no elements in the second table. This is setting the parent to a . If I set the table as the parent, it thinks the entire table is the draggable item. using .draggable or .item doesn't seem to work.
Describe the solution you'd like
Would like to set a selector for the drop (e.g. the table or a div that contains the table):
For an example markup like:
Describe alternatives you've considered
I am using
emptyInsertThreshold
which helps, but isn't actually what I want.The text was updated successfully, but these errors were encountered: