I have a list of divs that contain various pieces of data (name, type, date, etc). I want to offer the user the ability to sort this list by a list of possible properties (the name, type, date, etc.). What are some methods for this? Would a simple dropdown at the top be enough? I am trying to convert this from a table where the user simply had to sort by a column, but really the type of information is less appropriate for a table and more appropriate for a listing. If you need a visual example, think of the twitter stream. How would I want to offer the user the ability to sort that information by the person (only an example)?
Thoughts?