cols

массив колонок лейаута

array cols;

Example

// layout example
webix.ui({
    rows:[
        { view:"toolbar", ... },
        {
            cols:[ 
                { view:"list", ... },
                { view:"form", ... }
            ]
        }
    ]
});

Related samples

See also
Наверх
If you have not checked yet, be sure to visit site of our main product Webix javascript ui framework and page of kanban board tool product.