SMART datagrid v.1 > Classes > GridStyleSheet

Back  Forward

DataLudi.GridStyleSheet.rowGroupIndent  property

Style Set which is used to display left indent area of data row group in row grouping. 

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

 

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