I'm currently using the Datatables Jquery Plugin to enhance an Html on a website I'm playing with.
I need to be able to use drag and drop to reorder the rows as well as be able to sort the columns in the data table by ascending or descending order.
However, this seems to indicate that you can only either have drag and drop OR sortable columns, not both at the same time using the DataTables jQuery plugin. http://jquery-datatables-row-reordering.googlecode.com/svn/trunk/index.html
Does anyone know a workaround to this? Or even another JQuery plugin or technique that would be better suited for my needs?
I'm new to jQuery and JS so any direction would be greatly appreciated