SMART datagrid v1.4 > Classes > GridRow
DataLudi.GridRow.parent property
이 행을 포함하는 상위 그룹 행.
기본값은 null.
- Getter
- function parent(): GridRow
Code -1
var parent = grid.focusedRow().parent();
if (parent) {
console.log("그룹의 자식 행 개수 : " + parent.count());
}
- See Also
- level
- GroupRow
- Examples
- 행 그룹핑