SMART datagrid v1.4 > Classes > RowIndicator

[ grids ver.1.3.5]   Back  Forward

DataLudi.RowIndicator.shapeVisible  property

false면 현재 행의 인디케이터 셀에 상태를 나타내는 shape를 표시하지 않는다. 

기본값은 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