SMART datagrid v1.4 > Classes > GridRow

Back  Forward

DataLudi.GridRow.visible  property

level1인 최상위 행이거나, 부모펼쳐진 상태면 true를 리턴한다. 

이 값이 false인 행의 index-1이다. 

기본값은 false.

Getter
function visible(): Boolean
Code -1
    $('#makeVisible').click(function () {
        if (!row.visible()) {
            row.makeVisible();
            grid.setFocusedRow(row);
        }
    });
See Also
level
parent
index
GroupRow.expanded
Examples
행 그룹핑