Drag table column into dataview

Is it possible to drag table column into dataview? I’ve tried to catch onAfterColumnDrop event but it won’t fire when I drop outside datatable. Also externalData function seems to work only with rows but not with columns. I don’t need to drag whole column data, only need header id and label text.
Any advice?