Use jQuery Sortable
$( "#sortable1, #sortable2" ).sortable({
connectWith: ".connectedSortable";
}).disableSelection();
Just make sure to give your "columns" the class "connectedSortable". for reference: http://jqueryui.com/sortable/#connect-lists[^]
Sorry, my english is bad!