grid

defines whether the tile position is set with respect to the grid during the drag-and-drop

boolean grid;

Example

webix.ui({
    view: "desktop",
    grid: false,
    ...
})


Default value:

"true"

Related samples

Back to top