Is there a widget I can use to sort names into groups / teams? basically, pass in two lists, one of categories and one of items to be sorted and it would generate a UI that would allow me to drag from the list of items into groups and be able to get the groups with the corresponding items at the end.
for example, a list of four teams on the left, a scrolling list of 100 names on the right and drag names into teams and it would disappear from the right (optionally appear under the team on the right)