SMART datagrid v.1 > Classes > GridStyleSheet

Back  Forward

DataLudi.GridStyleSheet.rowGroupExpander  property

Style Set which is used to display the group expand handle which is displayed in row group header, etc. 

Getter
function rowGroupExpander(): GridStyles
Setter
function setRowGroupExpander(value: Object|GridStyles)

 

Code -1
    grid.setStyles({
        rowGroup: {
            expander: {
                shapeColor: '#f00'
            }
        }
    });
See also
rowGroupHeader
Examples
Row Grouping