Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implementation of internal drag & drop missing two pieces #65

Open
bertbarabas opened this issue Jan 22, 2025 · 1 comment
Open

Implementation of internal drag & drop missing two pieces #65

bertbarabas opened this issue Jan 22, 2025 · 1 comment

Comments

@bertbarabas
Copy link

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
Copy link

linear bot commented Jan 22, 2025

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant