rows

ряды лейаута

array rows;

Example

webix.ui({
    view:"accordion",
    rows:[
        { header:"col 1", body:"content 1", width:150, collapsed:true},
        { header:"col 2", body:"content 2", width:250}
    ]
});

Related samples

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