SMART datagrid v.1 > Classes > GridRow

Back  Forward

DataLudi.GridRow.visible  property

如果是level1的顶级行或父母展开状态,就会返回true。 

该值为false的行的false-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
行分组