SMART datagrid v1.4 > 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
Row Grouping