SMART datagrid v.1 > Classes > GridStyleSheet

Back  Forward

DataLudi.GridStyleSheet.headerGroup  property

If specify ColumnGroup.childHeadersVisible as false, the header cell of column group will be displayed in grid header instead of headers of columns which have been contained in column group, and it is the default Style Set about these cells. 

Getter
function headerGroup(): GridStyles
Setter
function setHeaderGroup(value: Object|GridStyles)

 

Code -1
    grid.setStyles({
        header: {
            group: {
                background: '#200088ff'
            }
        }
    });
See also
header
footerGroup
ColumnGroup.childHeadersVisible
Examples
Column Grouping