enables drag-and-drop support for columns
webix.ui({
view:"datatable",
...
dragColumn:true
});
The property allows you to set the mode for dragging columns instead of rows.
If drag is 'order', items can't be dragged out of the component. Also, while an item is dragged, the remaining items are automatically rearranged to give space for the item.