I'm trying to populate a list of things by dragging elements from a list that contains types of things.
For example, take the seating chart JSFiddle bellow:
Imagine that instead of student names, you have student types (freshman, sophmore, junior, senior). The available student list would have these types and one would be able to drag a cloned element to one of the tables.
I've tried adding "options" with "helper:clone", which JqueryUI indicates is the way to go, but no luck.
Any ideas?