SMART datagrid v.1 > Classes > RowIndicator

[ grids ver.1.3.5]   Back  Forward

DataLudi.RowIndicator.shapeVisible  property

If it is false, it will not display shape of indicating state in indicator cell of current row. 

Defaults to true.

Getter
function shapeVisible(): Boolean
Setter
function setShapeVisible(value: Boolean)
Code -1
    grid.setOptions({
        rowIndicator: {
            shapeVisible: false
        }
    });
Code -2
    grid.rowIndicator().setShapeVisible(false);    
See Also
indicatorVisible
stateVisible
Examples
Row Indicator