Hi,
I have a table whose columns indicate a property of data items. Each item is then placed into its appropriate column, meaning some columns might be empty, and certainly the columns do not all contain the same number of elements (or rather, the last n elements in each column are empty, apart from the column that has the most elements).
Anyway, I'd like to provide a way for users to drag data items from one column to another. I'm guessing that this can be done in jquery. I've never used jquery, but have done some searching both on Google and on jquery.com, and haven't been able to find anything that does what I'm looking for.
Do I just need to use a normal HTML table and make its cells draggable? Or is there something in JQuery (or a plugin) that does what I'm looking for?
Edit: Macka's response is helpful, but doesn't quite do what I'm looking for. Is there something that allows moving a single cell in a table from one column to another? Should I be able to do that just using the jQuery UI Draggable plugin? If so, I can't figure out how at the moment...
Thanks,
Ben