I took this yui drag and drop tutorial and modified it a bit so that it works with table rows instead of list items.
//Get a LogReader and append it to the ‘logger’ container.Make that container DragNDropable.
var myLogReader = new YAHOO.widget.LogReader("logger");
var drag_console = new YAHOO.util.DD(’logger’);
(function() {
var Dom = YAHOO.util.Dom;
var Event = YAHOO.util.Event;
var DDM = YAHOO.util.DragDropMgr;
YAHOO.example.DDApp = [...]



