Yes it is perfectly possible, but the code to do it isn't part of DataTables (i.e. it won't work out of the box) - you would need to write a little code to do it. The basic way of doing it would be to get the data for the row that was clicked on ( fnGetData ) then clone the TR element so you can move it around visually with the mouse, and then finally when released on another table use fnAddData to add it to the other table (and optionally fnDeleteRow to remove it from the old table!).
Replies
Allan