SMART datagrid v.1 > Classes > GridStyleSheet

Back  Forward

DataLudi.GridStyleSheet.rowIndicatorCreated  property

被用于显示CREATED的行的状态单元格的样式组。 

Getter
function rowIndicatorCreated(): GridStyles
Setter
function setRowIndicatorCreated(value: Object|GridStyles)

 

Code -1
    grid.loadStyles({
        rowIndicator: {
            state: {
                background: "#100000ff"
            },
            created: {
                background: "#10ff0000"
            }
        }
    });
See Also
rowIndicatorUpdated
rowIndicatorDeleted
rowIndicatorState
checkBar
footer
header
GridStyles
填充和线
Examples
行指示器