Open In App

Angular PrimeNG Dragdrop Complete Reference

Last Updated : 25 Sep, 2023
Improve
Improve
Like Article
Like
Save
Share
Report

Angular PrimeNG Dragdrop Component facilitates the implementation of the drag & drop functionality to any element, by applying the related attribute to it. By implementing this component, it enhances the overall user interaction with the website along with increasing the experience.

The complete list of Dragdrop Component is listed below with their brief description:

Drag and Drop Component

The pDraggable and pDroppable are the attributes that can be used to target the element to add the drag-drop behavior.

Components

Description

Drag and Drop to Table

The Drag and Drop (pDraggable and pDroppable) directives can be utilized to implement the drag and drop behavior for any element.

Drag and Drop Drag Handle

It handles are use to stop dragging unless mousedown occurs on the specified element.

Drag and Drop Drop Indicator

The Drag and Drop directives (pDraggable and pDroppable) are used to apply drag and drop behavior to any element

Drag and Drop Attributes

The Drag and Drop directives (pDraggable and pDroppable) are used to apply drag and drop behavior to any element.

Drag and Drop Events

The Drag and Drop directives (pDraggable and pDroppable) are used to apply drag and drop behavior to any element.


Like Article
Suggest improvement
Previous
Next
Share your thoughts in the comments

Similar Reads