fires after the column order was changed with drag-and-drop
sourceId | string | the source column id |
targetId | string | the target column id |
node | HTMLElement | the target HTML element |
$$("datatable1").attachEvent("onAfterColumnDropOrder",
function(sourceId, targetId, node){
// your logic
});