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
i have applied drag and drop on items list with ng sortable, i want to restrict drag and drop on some items in list. Drag is restricted with no-drag attribute on the handler item but how to restrict drop or disable sorting of the no-drag items?
The text was updated successfully, but these errors were encountered:
I edited the accept listener with my custom logic drop is handled now but still that item is sort-able and moved from it's location when i drop my item next to the locked item's position. i want to completely locked that item for example that item should not be moved from it's position where every other items should continue their default behavior. Can you tell me how to implement this behavior?
i have applied drag and drop on items list with ng sortable, i want to restrict drag and drop on some items in list. Drag is restricted with no-drag attribute on the handler item but how to restrict drop or disable sorting of the no-drag items?
The text was updated successfully, but these errors were encountered: