Sortable table rows with jQuery – Draggable rows
June 23rd, 2009 | 31 Comments »A couple of days ago I explained how I added controls to a table that when clicked, moved a table row (TR element), up and down within a table.
You can take a look at the solution for that problem by reading “Sortable table rows with jQuery“.
As so often happens with the code I write, I saw an opportunity to tweak and refine it. I was prompted to make these changes when a colleague complained that one should be able to drag and drop the rows within the table.
Again I found that the problem wasn’t so hard to solve as I first imagined. Read on and I will show how I achieved it.
Read the rest of this entry »
