fires after the column has been dragged and dropped to the target position
| sourceId | string | the source column id |
| targetId | string | the target column id |
| event | Event | the native event object |
$$("datatable1").attachEvent("onAfterColumnDrop",
function(sourceId, targetId, event){
// your logic
});