DataTable incorrectly indicates drop functionality for unrelated draggable elements #7239
Labels
Type: Bug
Issue contains a defect related to a specific component.
Milestone
Describe the bug
The DataTable component incorrectly indicates drop functionality when any draggable element is hovered over its rows, even if drop actions are not supported. The cursor changes to indicate that a drop is possible, even though dropping on a row doesn't actually perform any action unless it's specifically for reordering rows within the same DataTable.
Reproducer
No response
System Information
Steps to reproduce the behavior
Result: The cursor changes to indicate a possible drop action (a cursor that indicates "copy" appears).
chrome_UHw5IS8HF9.mp4
Expected behavior
The DataTable should only indicate drop functionality in specific scenarios:
The text was updated successfully, but these errors were encountered: