Currently, any object inside a cell is generally restricted within it and cannot go out of it (or if it does, you can’t see it and it cuts off). So, if I want to allow my user to drag the object somewhere, they won’t be able to because it’s restricted to the cell.
It would be incredibly, incredibly useful if I could let users drag elements outside of their individual cells, is there a way to remove the constraints so that the elements can be pulled out of the cell in the repeating group? Whether it’s because the user is dragging the element themselves, or because I’m using a plugin to move the element to a certain (x,y) coordinate outside of the cell. Is this possible?