drag

enables drag-and-drop

boolean drag;

Example

webix.ui({
    view: "todo",
    drag: true,
    data: base_data,
    ...
});


Default value:

false Back to top
Join Our Forum
We've retired comments here. Visit our forum for faster technical support, connect with other developers, and share your feedback there.