the html template that defines the data that will be presented in a group header in the collapsed state
webix.ui({
view:"grouplist",
id:"mylist",
url:"data.xml",
datatype:"xml",
type:{
templateItem:"#name# (#author#)",
templateGroup:"#name#",
templateBack:"#name#",
}
});