function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
RohanSharma8791RohanSharma8791 

You have to implement the drag and drop functionality in Aura. In UI, there will be two sections that will contain active and inactive contacts in the form of pill(lightning-pill).

You have to implement the drag and drop functionality in Aura. In UI, there will be two sections that will contain active and inactive contacts in the form of pill(lightning-pill).

1) When we drag an active contact from the active section and drop it to the inactive section, the contact should become inactive. 

2) In the same way, when we drag an inactive contact from the inactive section and drop it to the active section, the contact should become active.

The changes will be done when we click on save button..
CharuDuttCharuDutt
Hii Rohan
You Can Take Refference From Below Link
Drag & Drop (https://force201.wordpress.com/2017/02/26/dragula-drag-and-drop-in-a-lightning-component/)

Please mark It As Best Answer If It Helps
Thank You!
RohanSharma8791RohanSharma8791
Actually I am a newbie to it and I am still learning, Can u please help me particularly for this task?