SMART datagrid v.1 > Classes > GridStyleSheet

Back  Forward

DataLudi.GridStyleSheet.rowIndicatorUpdated  property

Style Set which is used to display state cells of UPDATED row. 

Getter
function rowIndicatorUpdated(): GridStyles
Setter
function setRowIndicatorUpdated(value: Object|GridStyles)

 

Code -1
    grid.loadStyles({
        rowIndicator: {
            state: {
                background: "#100000ff"
            },
            updated: {
                background: "#10ff0000"
            }
        }
    });
See Also
rowIndicatorCreated
rowIndicatorDeleted
rowIndicatorState
checkBar
footer
header
GridStyles
Fill & Stroke
Examples
Row Indicator