dragColumn
enables drag-and-drop support for columns
let dragColumn: boolean|string
Values
Section titled “Values”- true - columns can be dragged
- false - columns cannot be dragged
- “order” - columns can be dragged within one datatable only
Example
Section titled “Example”webix.grid({ ... dragColumn:true});
also check the next sample:
Details
Section titled “Details”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.
See also
Section titled “See also”Articles
API