SMART datagrid v.1 > Classes > GridStyleSheet

Back  Forward

DataLudi.GridStyleSheet.rowGroupIndent  property

被用于显示行分组的数据行组的左侧缩进区域的样式组。 

Getter
function rowGroupIndent(): GridStyles
Setter
function setRowGroupIndent(value: Object|GridStyles)

 

Code -1
    grid.setStyles({
        rowGroup: {
            indent: {
                background: '#10ff0000'
            }
        }
    });
See also
rowGroupHeader
rowGroupFooter
Examples
行分组