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 am implementing a reorder of the ui-grid using draggable interface. Is it possible to make the drop conditional? As in if drop is to area x, then don't allow drop.
I have tried to access the rowDrop event, but I don't have direct access to it, so I cannot call prevenDefault() on it.
The text was updated successfully, but these errors were encountered:
I am implementing a reorder of the ui-grid using draggable interface. Is it possible to make the drop conditional? As in if drop is to area x, then don't allow drop.
I have tried to access the rowDrop event, but I don't have direct access to it, so I cannot call prevenDefault() on it.
The text was updated successfully, but these errors were encountered: