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
Yes, this behavior used to work in the previous version
The previous version in which this bug was not present was
No response
Description
My table rows can be dragged. But I don't want the entire row to trigger dragging. Use cdkDragHandle to specify a drag button on td to achieve row dragging.
But cdkDragHandle did not take effect, and now the entire row can still trigger dragging。
Is this a regression?
The previous version in which this bug was not present was
No response
Description
My table rows can be dragged. But I don't want the entire row to trigger dragging. Use cdkDragHandle to specify a drag button on td to achieve row dragging.
But cdkDragHandle did not take effect, and now the entire row can still trigger dragging。
Reproduction
StackBlitz link: https://stackblitz.com/edit/w368zz?file=src%2Fexample%2Ftable-basic-example.html
Steps to reproduce:
1.
2.
Expected Behavior
Only buttons can be dragged, other positions in the row cannot be dragged
Actual Behavior
Both rows and buttons can trigger dragging
Environment
The text was updated successfully, but these errors were encountered: