Skip to content
This repository was archived by the owner on Jul 16, 2025. It is now read-only.

Implementation of internal drag & drop missing two pieces #65

@bertbarabas

Description

@bertbarabas

Currently you can set:
row_drag=True,
in a columnDef

but to turn on the managed version of drag & drop must use custom_attrs:

custom_attrs={"rowDragManaged": True},
in the ag_grid

but then there is no support for:
on_row_drag_end=SomeState.on_row_drag_end

To complete the the implementation for internal drag & drop we need:

  1. add row_drag_managed prop to ag_grid
  2. add the event on_row_drag_end to ag_grid

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions