SMART datagrid v.1 > Classes > GridRow
DataLudi.GridRow.visible property
如果是level为1的顶级行或父母为展开状态,就会返回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
- 行分组