In this drag and drop interaction, you will need to pick items from the table and arrange them on three different shelves. These items will appear on the table one by one in a random order.
What is that example intending to do? When should the user use such a theme?
In this example, you will see the use of many-to-many drag and drop interaction with the ability to randomly show 36 different draggables. This happens with the help of JavaScript execution on slide enter and on dropping the items to any of the shelves.
This is a neat project. I placed the widest objects to see if there was a width limit and found that once I filled the row, they stack on top of other objects instead of continuing out the line.
It is impossible to do this task incorrectly. Additional items cannot be added to a full row.
Thanks for sharing Pooja!
You must be logged in to post a comment.