Skip to content

Moving items between lists/sections #297

Description

@dancixx

Hi guys, thanks for this library and the effort that you are putting into it. I have a question, is it possible to solve moving items between 2 or more sections?

I found this type def:

export type ItemDragSettings = {
  /** Controls in which directions items can be dragged beyond container bounds */
  overDrag: OverDrag;
  /** Determines whether reordering is triggered from item center or touch point */
  reorderTriggerOrigin: ReorderTriggerOrigin;
...

export type OverDrag = 'both' | 'horizontal' | 'none' | 'vertical';

Maybe this OverDrag is related to this feature?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions