We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
row dragging had to be enabled link
added this line:
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:
I don't know if this is an expected behaviour
Sorry, something went wrong.
fixed 2 links, edited examples.json, enabled row dragging #630
3cb8d71
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.
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: