You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Instead of disable drag/drop by default in such case which is actually a case that span between different plugins, we introduced new configuration and API to allow working around this while keeping it possible for others who might want to still drag/drop while in edit mode.
now you can use the following configuration to temporary enable/disable the operation
Describe the bug
DataTable with both DragDropPlugin and edit mode, doesn't prevent the drag while in edit mode.
To Reproduce
Create DataTable with DragDropPlugin
Edit a row
Click Drag to select text in a textbox
Expected behavior
The drag event shouldn't bubble to the Drag plugin when the row is in edit mode;
Screenshots

The text was updated successfully, but these errors were encountered: