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

grid_events/grid_test14.py 'rowDragEnd' not working #630

Closed
byzakyz opened this issue Nov 27, 2022 · 2 comments
Closed

grid_events/grid_test14.py 'rowDragEnd' not working #630

byzakyz opened this issue Nov 27, 2022 · 2 comments
Labels
AG Grid broken example The example is not working as described in the documentation.

Comments

@byzakyz
Copy link
Collaborator

byzakyz commented Nov 27, 2022

examples/grids_tutorial/grid_events/grid_test14.py,
examples/grids_tutorial/grid_events/grid_test15.py

the event 'rowDragEnd' does't seem to be working

@byzakyz
Copy link
Collaborator Author

byzakyz commented Nov 27, 2022

row dragging had to be enabled link

added this line:
image

Know I can drag the rows but when I do a sort or filtering, the row dragging is not possible anymore until the filter or sort is gone. see:

A-animated

I don't know if this is an expected behaviour

@byzakyz byzakyz added the broken example The example is not working as described in the documentation. label Nov 27, 2022
@tholzheim
Copy link
Collaborator

After filtering the dragging is disabled by design (see https://www.ag-grid.com/javascript-data-grid/row-dragging/#example-events )
To be able to drag the rows after filtering AgGrid needs to be configured differently.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
AG Grid broken example The example is not working as described in the documentation.
Projects
None yet
Development

No branches or pull requests

2 participants