SMART datagrid v.1 > Classes > RowGroup
具有被适用于各个行组级别的属性和样式信息的RowGroupLevel对象数组。
grid.setOptions({
rowGroup: {
levels: [{
headerStyles: {
borderTop: null,
borderBottom: '#55',
background: "#777",
color: "#fff"
},
footerStyles: {
background: "#500088ff"
},
expanderStyles: {
borderTop: null,
borderBottom: '#55',
background: "#777",
shapeColor: "#fff"
}
},
...
]
},
...
});